[ 
https://issues.apache.org/jira/browse/CB-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Louvignes updated CB-5850:
----------------------------------

    Description: 
I'm trying to get the KeyboardShrinksView option to work on iOS7 with latest 
cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

Here is my config.xml

{code:xml}
    <preference name="BackupWebStorage" value="local" />
    <preference name="DisallowOverscroll" value="true" />
    <preference name="AutoHideSplashScreen" value="false" />
    <preference name="KeyboardShrinksView" value="true" />
    <preference name="ShowSplashScreenSpinner" value="true"/>
    <!-- <preference name="splashScreenDelay" value="1000" /> -->
    <content src="index.html" />
    <access origin="*" />
{code}

EDIT - Looks like adding this fixed my issue...

{code:html}
 <meta name="viewport" content="user-scalable=no, initial-scale=1, 
maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, 
target-densitydpi=device-dpi"/>
{code}

  was:
I'm trying to get the KeyboardShrinksView option to work on iOS7 with latest 
cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

Here is my config.xml

{code:xml}
    <preference name="BackupWebStorage" value="local" />
    <preference name="DisallowOverscroll" value="true" />
    <preference name="AutoHideSplashScreen" value="false" />
    <preference name="KeyboardShrinksView" value="true" />
    <preference name="ShowSplashScreenSpinner" value="true"/>
    <!-- <preference name="splashScreenDelay" value="1000" /> -->
    <content src="index.html" />
    <access origin="*" />
{code}


> Cordova Keyboard plugin not working (KeyboardShrinksView)
> ---------------------------------------------------------
>
>                 Key: CB-5850
>                 URL: https://issues.apache.org/jira/browse/CB-5850
>             Project: Apache Cordova
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Olivier Louvignes
>
> I'm trying to get the KeyboardShrinksView option to work on iOS7 with latest 
> cordova:
> Installed the plugin (should be in the docs):
> cordova plugin add org.apache.cordova.keyboard
> However the views won't shrink anymore on input selection.
> Here is my config.xml
> {code:xml}
>     <preference name="BackupWebStorage" value="local" />
>     <preference name="DisallowOverscroll" value="true" />
>     <preference name="AutoHideSplashScreen" value="false" />
>     <preference name="KeyboardShrinksView" value="true" />
>     <preference name="ShowSplashScreenSpinner" value="true"/>
>     <!-- <preference name="splashScreenDelay" value="1000" /> -->
>     <content src="index.html" />
>     <access origin="*" />
> {code}
> EDIT - Looks like adding this fixed my issue...
> {code:html}
>  <meta name="viewport" content="user-scalable=no, initial-scale=1, 
> maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, 
> target-densitydpi=device-dpi"/>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to