mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
386 stars 91 forks source link

Input Field does not move with ScrollRect in Android build #90

Closed chloelcdev closed 7 months ago

chloelcdev commented 2 years ago

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.

mopsicus commented 2 years ago

91