the widget controller has the ability to open a widget when loading a page.
In addition, a page can be configured to start a window when it loads (Set as splash).
If both are configured to react with the application load, it is logical that both the widget and the window open immediately when loading my application.
in my project I need the window to appear first and then the widget.
Does anyone have any idea how to make this happen?