[
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 on iOS 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.
{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}
was:
I'm trying to get the KeyboardShrinksView option on iOS 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.
[code]
<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 on iOS 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.
> {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}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)