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 2016/03/17 19:00:38 UTC

[jira] [Commented] (CB-10894) Add supports-screens support from the config.xml file

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

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

GitHub user akofman opened a pull request:

    https://github.com/apache/cordova-android/pull/280

    CB-10894 Add supports-screens config from the config.xml file

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/akofman/cordova-android master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-android/pull/280.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 #280
    
----
commit 531dec0c66012bca6abc8b6ba7376fd36b900478
Author: Alexis Kofman <al...@gmail.com>
Date:   2016-03-17T17:05:39Z

    CB-10894 Add supports-screens config from the config.xml file

----


> Add supports-screens support from the config.xml file
> -----------------------------------------------------
>
>                 Key: CB-10894
>                 URL: https://issues.apache.org/jira/browse/CB-10894
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>            Reporter: Alexis Kofman
>            Priority: Minor
>
> Let the availability to configure supported screens from the config.xml file :
> {code:xml}
> <preference name="android-smallScreens" value="false"/>
> <preference name="android-largeScreens" value="false"/>
> <preference name="android-normalScreens" value="false"/>
> <preference name="android-xlargeScreens" value="false"/>
> <preference name="android-resizeable" value="false"/>
> <preference name="android-anyDensity" value="false"/>
> {code}



--
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