When I use xcode to run my app, it works. But when i use the terminal for livereload, the app gets stuck on the splashscreen.
ionic run android --address localhost -l -c
Is there anything that I should be doing when using livereload? Thanks
Could you provide me with the output from ionic info from within your project directory? Thanks, this should help in troubleshooting.
hi @jthoms1, i'm experiencing the same thing for iOS
here is my system info from running ionic info:
Cordova CLI: 6.2.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 1.3.1
Ionic CLI Version: 1.7.16
Ionic App Lib Version: 0.7.3
ios-deploy version: 1.8.6
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v5.11.1
Xcode version: Xcode 7.3.1 Build version 7D1014
thanks in advance
my info
Cordova CLI: 6.2.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.9
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
ios-deploy version: 1.8.6
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v5.11.1
Xcode version: Xcode 7.3.1 Build version 7D1014
@sfabriece, not sure if this will work for you but it worked for me
cordova-plugin-whitelist installed with cordova plugin add<allow-navigation href="localhost*"/> into your config.xml fileionic emulate ios --target="iPhone-5" -l --address localhost to be sure it looks for localhostThanks @jetbalagtas I'll have a look.
Hello all! As it seems it has been a while since there was any activity on this issue i will be closing it for now. Feel free to comment if you are still running into this issue. Thanks for using Ionic!
Experiencing the same issue on iOS and Ionic 3 only when using cordova run with livereload. if i don't use livereload it doesn't hang.
this happened when i added ajaxing (http) to my app. I think this should be re-opened, it's a huge problem and it happened the moment I connected my app to an API.
I had a similar problem, the solution was very simple for me: I turned my smartphones' WIFI on. 馃お
I had a similar problem, the solution was very simple for me: I turned my smartphones' WIFI on. 馃お
This solution worked for me, but I'm wondering what the root of the cause is. Is there a way to prevent that from happening?
Most helpful comment
I had a similar problem, the solution was very simple for me: I turned my smartphones' WIFI on. 馃お