mopsicus / umi

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

Text position in scrollview, and maskable #63

Closed hesham-akmal closed 3 years ago

hesham-akmal commented 3 years ago

My input fields are inside a scroll view. I have made "SetRectNative" run every frame (even if there is screen touch) image so that it's always synced, but it's acting a little weird (jittery): https://www.youtube.com/watch?v=1k1ZP1_b3yk What could be causing this? Also is it possible for the text be maskable?

hesham-akmal commented 3 years ago

Hmm so I re-enabled the InputField text and placeholder text, updating their text when native text is changed, where native text is now invisible (alpha 0). All while InputField itself is disabled of course. It looks like it's working ok now.

mopsicus commented 3 years ago

May I close issue?

hesham-akmal commented 3 years ago

Sure