I can’t seem to find documentation for these at https://ionicframework.com/docs/api/config/Config/
platforms: { ios: { scrollAssist: false, autoFocusAssist: false, inputBlurring: false, } }
UPDATE: there is no documentation whatsoever about these options, however they do seem to have important effects, especially with ionic 3
Short dive into the code:
scrollAssist: (I don’t understand how this works and what this changes)
autoFocusAssist:
inputBlurring:
It would be really useful having documentation on these config settings, especially since the keyboard issues are planned only for milestone 3.2.0
3 ways to solve this:
The nightly api doc actually contain scrollAssist and scrollPadding
Link is no longer available. Can anyone update it?