Got two problems with the Keyboard:
-
On Android (haven’t been able to test iOS yet) the keyboard moves the background. I have a background image set and it pushes the whole thing up.
-
I use
import {Keyboard} from '@ionic-native/keyboard';
and try to add it to providers but get the error:Type 'KeyboardOriginal' is not assignable to type 'Provider'