Hey guys,
I’m trying to get my app to work through cordova but I’m running into some issues that I can’t seem to get around.
When following the documentation everything works fine untill I open the app on one of the emulators. Both android and IOS get to the emulator but have some seperate issues.
IOS:
When I boot it it does show my home screen, I can try to log in and it says the login is successfull (So the scripts are indeed working) But it doesn’t change to another page afterwards. Now I can’t see what is going on because I have no way of accessing the console to view any errors that javascript might produce. If I could access the console I would be one step closer to solving the issue.
Android:
We have a slight advantage with using android, I can go into remote devices in the chrome developer tools to see the errors that the app produces. It practically shows a white screen with the following error:
https://puu.sh/yV5h2/e15a862e53.png
I can’t seem to find the place where this file is referenced and I haven’t found out where this is causing me any issues. When I run quasar build and deploy it to my webserver it works fine. So my thought is that it goes wrong between quasar wrap cordova and cordova platform add android.
I’m hoping i’m not the only one having such difficulty figuring out how to properly get my apps working for both platforms