m0dch3n / vue-cli-plugin-cordova

Vue Cli 3 Cordova Plugin
MIT License
417 stars 63 forks source link

Blank screen on phone #101

Closed gabyyro closed 4 years ago

gabyyro commented 4 years ago

I get a blank screen when loading app on my phone. It works ok on simulator and as webapp.

I do not know how to debug this. I tried setting both <base href="./" /> and <base href="/" /> in my index html. Also tried setting this:

// vue.config.js module.exports = { baseUrl: "" };

What might be the problem on phone compared to simulator?

gabyyro commented 4 years ago

Fixed it by running again cordova-prepare. Not sure what the problem was.