Anyway to make Ionic app run without Internet Connection?

Hi, just a simple question: is there any way to make Ionic apps run without an internet connection?
When I try building and running an app on my iPhone using Xcode, it is stuck on a white screen with the following message on Xcode console: “Failed to load webpage with error: The Internet connection appears to be offline.”

Thanks.

Hi, are all your scripts loaded locally or are some scripts loaded from a cdn?

all scripts are loaded locally, js/app.js for example. Nothing with http:// in them. I’m suspecting the livereload is causing the internet checks.

Okay it’s confirmed that if I disabled LiveReload it works offline now. Thanks.