I want to use this observable but I am not sure how to do it.
I currently have this as my code: this.myKeyboard = Keyboard.onKeyboardShow();
but onKeyboardShow() isn’t reregistering as a function. I’ve imported the library Keyboard and the Observables libraries but not having any luck…any ideas?
this is the error I get:
ERROR in [default] login.ts:31:35
Property ‘onKeyboardShow’ does not exist on type ‘typeof Keyboard’.
My bigger issue though is that I have a form nested near the bottom of the page - and when you tap into the form. The keyboard opens up and lays on top of the form, instead of pushing the page up.