umi icon indicating copy to clipboard operation
umi copied to clipboard

Input Field does not move with ScrollRect in Android build

Open chloelcdev opened this issue 3 years ago • 1 comments
trafficstars

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.

chloelcdev avatar Dec 15 '21 16:12 chloelcdev

#91

mopsicus avatar Dec 15 '21 17:12 mopsicus