You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Olivier Louvignes (JIRA)" <ji...@apache.org> on 2014/01/22 18:05:20 UTC

[jira] [Updated] (CB-5850) Cordova Keyboard plugin not working (KeyboardShrinksView)

     [ 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]
    <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.


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