You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/22 02:15:45 UTC

[jira] [Commented] (CB-9541) Add preferences to put app into "kiosk mode"

    [ https://issues.apache.org/jira/browse/CB-9541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14707677#comment-14707677 ] 

ASF GitHub Bot commented on CB-9541:
------------------------------------

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 <tr...@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 <tr...@adobe.com>
Date:   2015-08-22T00:12:11Z

    CB-9541 Add preferences to put app into "kiosk mode"
    
    - adding HideMousePointer preference

----


> Add preferences to put app into "kiosk mode"
> --------------------------------------------
>
>                 Key: CB-9541
>                 URL: https://issues.apache.org/jira/browse/CB-9541
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: OSX
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>
> 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"/>}}|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org