I have a simple script to load an image from the Internet into a texture. Then, a check function will load a different image from the project with a message like "your device is not connected to the Internet ". My problem is that if I open the app, while not connected, see the message, send the app in the background and connect the device, I still get the same no connection message/ image. That means that I am missing some kind of refresh - like in a browser. I could ask the user to completely close the app and relaunch it - but I would rather not.
↧