Skip to content

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

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions