Hi
I want to disable keyboard scroll when we are entering valuing in multiline textbox on iPhone. I want to do something like this
cordova.plugins.Keyboard.disableScroll(true);
I tried this on deviceReady but it is showing error cordova not available.
Can someone provide solution to disable scroll when keyboard is open.
Regards