Ionic Application not run when no connection

I have an Ionic application that load some data from a server and it works just fine on browser. But when I try to run it on android device, the application doesn't work when there's no connection to wifi, etc.

It shows a message "Webpage not available" and not even the Ionic Ready function is called.

So, does anyone know how to fix this? I want to run my application even without network connection.