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

Shazron Abdullah resolved CB-5711.
----------------------------------
    Resolution: Won't Fix

cordova-plugin-keyboard does not exist in Cordova anymore, I believe we 
transitioned to a new maintainer (not sure who, I think it was Ionic, years ago)

> 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: cordova-plugin-keyboard
>    Affects Versions: 3.2.0
>            Reporter: Stuart Parmenter
>            Priority: Major
>              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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to