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 don't know when the keyboard is opened or closed
I would like to know when a keyboard is fucussed or not, eg: on init or run functions should have the onOpen and onClose callbacks
for better experience
For example:
KioskBoard.init({// some codes,onOpen: ()=>{// keyboard opened},onClose: ()=>{// keyboard closed}});
Or
KioskBoard.run('.js-kioskboard-input',{// some codes,onOpen: ()=>{// keyboard opened},onClose: ()=>{// keyboard closed}});
The text was updated successfully, but these errors were encountered:
I don't know when the keyboard is opened or closed
I would like to know when a keyboard is fucussed or not, eg: on
init
orrun
functions should have theonOpen
andonClose
callbacksfor better experience
For example:
Or
The text was updated successfully, but these errors were encountered: