android blank page
-
after creating a quasar project and adding cordova ,
and finally run “quasar dev -m cordova -T android” to display the app on my real android phone , i face a blank page instead of seeing the quasar index page…any idea why
thanks! -
Are your phone/tablet and build machine in the same wifi network? Can you access the build machine’s IP from the phone/tablet?
-
@eitan02581 also it might be that you have some errors inside the application. For example I had an issue with
Object.entities
- I must polyfil it before cordova worked on android emulator.