March 12, 2018
I recently uploaded our app to Ionic Pro. I downloaded the new Ionic View app and attempted to run my application. The app loads fine but the login button is not working. The http request to check the username and password isn’t going through. We are using the white-list plugin for this. The same code base when we locally build and deploy the app to a device the login button functions as it is supposed to.
The app is still in Ionic 1. Is there any issue with Ionic Pro working with Ionic 1 apps?
We are using “cordova-plugin-whitelist”, version=“1.3.3”. Angular 1.
March 13, 2018
Now we think this may be due to Ionic View not requesting permissions(relating to camera & gps) on the phone.
We traced the code execution in the app and it stops working at the point where we request camera permissions. Our app requires the use of the device camera to work.
Does anyone know if an app running inside Ionic View can request permissions?
Any help is appreciated. Thanks in advance.