I am building an app using Ionic for the first time and everything is going great, the only problem right now is that if I run my app in the simulator and the browser the app looks as I designed but when I run ionic upload and try to test it on my iPhone 6 using the Ionic View app, I just get a white screen
Is there a reason why ionic view and the simulator or browser could be different?
I also tried building the .xcodeproj that is generated and running it in my iphone as an app but still I get that white screen.
Did you try to clear all app data in your Ionic App View settings before upload ? If yes, try to modify your ionic.project located in your root folder like :
{
"name": "my-first-application",
"app_id": ""
}
After, upload your app. It will reset your app id normally.
Maybe a cordova plugin not supported ?
( At the moment, plugin access is restricted to a specific subset of plugins, including GeoLocation, Keyboard, StatusBar, and BarcodeScanner)
Hi, I had the same problem at the beginning of my development in my case, was css problems I had to edit. But for safety in your code, I suggest using GapDebug has a good tutorial and you can go and see your code behaves in a device.