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

Darryl Pogue commented on CB-5711:
----------------------------------

Should be fixed in master by 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugins.git;a=commit;h=34912f80900b9d23bdf09997a19dd9dee21aa86e

> Keyboard plugin w/ shrinkView breaks when switching between different 
> keyboards
> -------------------------------------------------------------------------------
>
>                 Key: CB-5711
>                 URL: https://issues.apache.org/jira/browse/CB-5711
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Keyboard
>    Affects Versions: 3.2.0
>            Reporter: Stuart Parmenter
>              Labels: keyboard-plugin
>
> If you have an <input type="date"> followed by an <input type="text"> or an 
> <input type="time"> they all show different keyboards and fire 
> UIKeyboardWillShowNotification without firing UIKeyboardWillHideNotification.
> This causes the shrink code to happen multiple times.
> The easiest fix is to add a check in shrinkViewKeyboardWillShow:
>     if (self.keyboardIsVisible) {
>         return;
>     }



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to