For IOS devices, if we focus on any input field, we get the virtual keyboard. But if the keyboard hide/interfere with the input field, entire screen moves along with the keyboard in such a way that the field will be visible in screen. I researched and couldn't find a better solution to fix/change this behavior. Most of the fixes are simply set the ScrollToTop. But this is not a proper solution! I simply don't want to scroll/reposition the screen once we are showing the keyboard.
Is there any solution for changing this behavior?
Field at TOP
IOS_MIDDLE
IOS_BOTTOM
i found another thread which wasnt helpful and not answered yet.