branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 75 forks source link

Cannot run on windows 10 #4

Closed kingvagabond closed 5 years ago

kingvagabond commented 5 years ago

Unsupported OS version: 10.0.17134 The minimum supported OS version is 10.0.17763

VocalFan commented 5 years ago

Supported Platforms:

Windows 10 October 2018 Update (version 1809) or later

branchseer commented 5 years ago

Windows 10.0.17134 (aka version 1803) supports the Win32 EdgeHTML webview, but doesn't support AddPreLoadedScript/AddInitializeScript, which is essential for DeskGap to populate the window.deskgap object before loading any other scripts.