You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that if you apply the keyboard with scramble extension twice to an input, then the keyboard will not work and you will see just a cancel button.
Please see http://jsfiddle.net/5MRek/
Why apply keyboard twice !:
Well, we have a global function which finds all the inputs if one of them has the requiredKeyboard="true" then it will add keyboard to that input. This global function run every time the ajax stops so it will happen that it (blindly) apply the keyboard to an input twice or more.
Of course we can some how fix this issue. But as this happens only for keyboards with scramble extension may be the plugin can handle it !
The text was updated successfully, but these errors were encountered:
According to issue #282
I found that if you apply the keyboard with scramble extension twice to an input, then the keyboard will not work and you will see just a cancel button.
Please see http://jsfiddle.net/5MRek/
Why apply keyboard twice !:
Well, we have a global function which finds all the inputs if one of them has the requiredKeyboard="true" then it will add keyboard to that input. This global function run every time the ajax stops so it will happen that it (blindly) apply the keyboard to an input twice or more.
Of course we can some how fix this issue. But as this happens only for keyboards with scramble extension may be the plugin can handle it !
The text was updated successfully, but these errors were encountered: