I have a potentially very stupid question. Is there any way to have the initial app startup work when offline? After I run “ionic run ios --device”, the app loads up fine. If the device I am using is disconnected from the internet, I can return to the app if the app is just paused (i.e. if I just press the iPhone button once). If I double tap the button and then quit the app, it will freeze on the loading screen and never start unless I reconnect to the internet. There aren’t any resources my app needs that are being downloaded from external resources, everything is stored on the phone. Is there any way to start the app up even if the phone is offline?
Thanks!