I am developing a launcher application.
The application should completely replace the desktop and it contains UltimateWebView1 and should load the URL immediately after launch.
The problem is that for some reason the page does not load, or rather there is no Wifi connection.
If I go to the device settings after launch, the Wifi module is in the off state, and turning it on does not start scanning and connecting.
I set a timer to start loading the URL and it worked, my application starts and loads the URL and Wifi is connected As I understand it, the application accesses the network very early, at a time when the wifi module has not yet loaded
How can I wait in the application without delay until everything is loaded and the connection is established?
Thanks for any help
The application should completely replace the desktop and it contains UltimateWebView1 and should load the URL immediately after launch.
The problem is that for some reason the page does not load, or rather there is no Wifi connection.
If I go to the device settings after launch, the Wifi module is in the off state, and turning it on does not start scanning and connecting.
I set a timer to start loading the URL and it worked, my application starts and loads the URL and Wifi is connected As I understand it, the application accesses the network very early, at a time when the wifi module has not yet loaded
How can I wait in the application without delay until everything is loaded and the connection is established?
Thanks for any help