It works if you set
<preference name="KeyboardResize" value="false" />
but the keyboard hides some of the content.
You can set the keyboard height offset on the
keyboardWillShow
event, but it doesn't always work.
Does anyone know how to restore the plugin's previous behavior?
It works if you set
<preference name="KeyboardResize" value="false" />but the keyboard hides some of the content.
You can set the keyboard height offset on the
keyboardWillShowevent, but it doesn't always work.
Does anyone know how to restore the plugin's previous behavior?