GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/16
CB-9541 Add preferences to put app into "kiosk mode" This adds the following new 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"/>`| You can merge this pull request into a Git repository by running: $ git pull https://github.com/tripodsan/cordova-osx CB-9541 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-osx/pull/16.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #16 ---- commit fd38253bdfd7d6f1a25214ca4b2be571201c7565 Author: Tobias Bocanegra <tri...@adobe.com> Date: 2015-08-21T23:26:10Z CB-9541 Add preferences to put app into "kiosk mode" - adding WindowSize preference commit 61f89a78351d1daf6ab68f8a0fb4814d71a489be Author: Tobias Bocanegra <tri...@adobe.com> Date: 2015-08-22T00:12:11Z CB-9541 Add preferences to put app into "kiosk mode" - adding HideMousePointer preference ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org