I own a Ionic application running on both iOS and Android.
In order to use the native scrolling on platforms, I did this:
cordova.plugins.Keyboard.disableScroll(true);
However, I just noticed that it is useless for Android since compatible for iOS only, regarding the doc.
What should I use for Android?
How to make the distinction in my app, regarding the platform?
Thanks