You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Alexis Kofman (JIRA)" <ji...@apache.org> on 2016/03/17 18:56:33 UTC

[jira] [Updated] (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:all-tabpanel ]

Alexis Kofman updated CB-10894:
-------------------------------
    Description: 
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}

  was:
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}


> 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