Open "Visual Studio Emulator for Android" and start an Android 6.0 device with checked conectivity to the desktop.
quasar init myApp1cd myApp1quasar dev -m cordova -T android
Everything compiles and deploys fine but the application shows a blank page.
After that I tried to access a normal dev server from the android device:
quasar dev
I didn't get any conectivity problems, but still the same blanck page; and therefore I attached my desktop chrome development tools to the remote device.
On the console, I could see the error
Uncaught SyntaxError: Use of const in strict mode. on index.js?7671:2
Quasar-cli 0.16.4
OS: Windows 10, Android 6.0 Node: 8.11.2 NPM: 5.6.0 Cordova: 8.0.0
The bare minimum project fails to load in cordova
Steps to reproduce
Open "Visual Studio Emulator for Android" and start an Android 6.0 device with checked conectivity to the desktop.
quasar init myApp1
cd myApp1
quasar dev -m cordova -T android
Everything compiles and deploys fine but the application shows a blank page. After that I tried to access a normal dev server from the android device:
quasar dev
I didn't get any conectivity problems, but still the same blanck page; and therefore I attached my desktop chrome development tools to the remote device. On the console, I could see the errorUncaught SyntaxError: Use of const in strict mode. on index.js?7671:2
The content of Index.js?7671
Looking at the network timeline I can see the full response of the file: