I’m using the following template to start a new cordova + vuejs application:
https://github.com/kartsims/vue-cordova-demo
The demo works fine on my android 4.0.4 device and browser.
After that i follow the tutorial from Vuejs + onsen announcement and merge the cordova + vuejs with onsen following this tutorial:
https://onsen.io/blog/preview-vue-support-onsen-ui/
The application works fine in the browser but results on a blank screen on my android 4.0.4 device, and also emulator using android 4.0.3.
I’ve pinpointed the problem to occur if just import VueOnsen (even if I don’t use again), It also happens if I import any Onsenui component.
import VueOnsen from 'vue-onsenui'
I’m also using weiner remote debugging and there are no printed console messages, so I’m stuck and I really want to use vuejs + onsen for a new project.
Any Ideas? I tested the monaca js hello world and it also works without a problem in my android device.
Thank you,