mopsicus / umi

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

Input Field does not adhere to UI Masks in Android build #91

Closed chloelcdev closed 8 months ago

chloelcdev commented 2 years ago

Using a ScrollRect with the InputField, the input field shows up above the masked area when scrolling downward. This doesn't seem to be the case in editor.

mopsicus commented 2 years ago

Yeah, it will be above everything on scene, cuz it's native input, and we cannot insert it into canvas.

GGBOND123 commented 5 months ago

Is there any other way we can solve this problem?

mopsicus commented 5 months ago

It's pity but no. It's native input placed above everything of unity scene, so, canvas options, masks, etc doesn't work.

GGBOND123 commented 5 months ago

Thanks~