Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
similar to https://github.com/onflapp/cordova-osx/commit/c7b79980afd0036874560d8f0d06c1f5ea418321
Add the following preferences:
name | comment | example |
---|---|---|
WindowSize | size of the application window in the format "wxh". special values 'auto' and 'fullscreen' | <preference name="WindowSize" value="fullscreen" /> |
HideMousePointer | idle duration in seconds after which the mouse pointer should be hidden. '0' for always. | <preference name="HideMousePointer" value="5"/> |