Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaosddp/defold_with_js_uwp_test
show a rough way to export defold project to js uwp
https://github.com/chaosddp/defold_with_js_uwp_test
Last synced: about 2 months ago
JSON representation
show a rough way to export defold project to js uwp
- Host: GitHub
- URL: https://github.com/chaosddp/defold_with_js_uwp_test
- Owner: chaosddp
- Created: 2016-04-07T02:24:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T02:27:14.000Z (almost 9 years ago)
- Last Synced: 2024-10-26T10:19:04.025Z (4 months ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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: