When using the MobileInputField on a vertical scroller on an Android build, the MobileInputField will stay in place and overlap other elements until you take your finger off the scroller.
This doesn't seem to be the case in editor.
I have somewhat fixed this by calling SetRectNative on the MobileInputField from OnValueChanged on the ScrollRect.
When using the MobileInputField on a vertical scroller on an Android build, the MobileInputField will stay in place and overlap other elements until you take your finger off the scroller.
This doesn't seem to be the case in editor.
I have somewhat fixed this by calling SetRectNative on the MobileInputField from OnValueChanged on the ScrollRect.