-
Notifications
You must be signed in to change notification settings - Fork 0
chaosddp/defold_with_js_uwp_test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
to use js uwp project with defold html export, we need to modify the manifest file to avoid CSP error. 1. change the startup page: StartPage="ms-appx-web:///index.html". doing this will cause our app run in a "web context" 2. add following node to allow our script access windows runtime: <uap:ApplicationContentUriRules> <uap:Rule Type="include" Match="ms-appx-web:///" WindowsRuntimeAccess="all"/> </uap:ApplicationContentUriRules>
About
show a rough way to export defold project to js uwp
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published