Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Aug 13, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 13, 2017

Hi,

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

However, after running:

  • cordova platform add windows
  • cordova run windows

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants