cmaccarone
Results
2
comments of
cmaccarone
What if we listened to some native javascript browser events like this `window.addEventListener('native.showkeyboard', keyboardShowHandler); window.addEventListener('native.hidekeyboard', keyboardHideHandler);` Then add some listeners to those? (edit) I couldn't get those events to work...
@MisterJimson see my edits