Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Plugin Does Not Work in Windows 10 #50

Closed
marcos-queiroz opened this issue Feb 16, 2017 · 4 comments
Closed

Plugin Does Not Work in Windows 10 #50

marcos-queiroz opened this issue Feb 16, 2017 · 4 comments

Comments

@marcos-queiroz
Copy link

I'm studying Cordova, and recently I was testing the project on WIndows 10, but storing using WebSQL did not work.

So I researched and found this Plugin, but when running on Windows10 it does not work.

I noticed that the documentation says support for Windows 8 and 8.1.

I would like to know when we will support Windows 10 Universal Platform.

Thank you for your attention.

@daserge
Copy link
Contributor

daserge commented Feb 16, 2017

@marcos-queiroz which error are you getting - could you please add some details and reproduce steps?

@daserge
Copy link
Contributor

daserge commented Feb 16, 2017

So in terms of the sample/test app situated in pluginRoot/test you would need to remove MSApp.execUnsafeLocalFunction usage as it's no more required in a Windows 10 app and specify a build architecture (x64 or x86 for desktop or ARM for phone) as AnyCPU is not supported for Windows 10 builds.

@marcos-queiroz
Copy link
Author

@daserge thank you very much, I was not taking care of the architecture issue, I changed it to x64 and it worked perfectly.

@daserge
Copy link
Contributor

daserge commented Feb 16, 2017

Great, thanks for confirmation! Please close the issue if this is resolved.

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

No branches or pull requests

2 participants