kartsims / vue-cordova

Vue.js plugin for Cordova
http://kartsims.github.io/vue-cordova
328 stars 71 forks source link

After adding platform windows, deviceready does not return true when windows app is run #20

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

I can use this starter project and run it in the browser.

However, after running:

the deviceready icon for the app is red.

If I create the helloworld cordova app and then run the two above command, the app starts and device ready icon is green in helloworld.

I've spent an hour trying to modify this app, but can't get it to work correctly on windows.

FKI:

To get this project to work build for Windows 10 you have to add this to the config.xml file:

<preference name="windows-target-version" value="10.0" />

Any suggestions to get this to work for the windows platform?

Best,

Karl