mopsicus / umi

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

Invisible input (background and text) in Android API 33, 34 and 35 #115

Open SrProfessional opened 1 month ago

SrProfessional commented 1 month ago

The background and text are invisible, nothing is displayed, it is only visible when selecting with the magnifying glass.

mopsicus commented 1 month ago

Are you using the default font or a custom font?

mopsicus commented 1 month ago

The background and text are invisible, nothing is displayed, it is only visible when selecting with the magnifying glass.

This behavior is found with some custom fonts. I'm already testing this.

SrProfessional commented 3 weeks ago

Hi, I have tested again with the “default” font but it still doesn't show neither the text nor the background on Android, on iOS it works fine. I have exported an app with the Demo scene directly without changing anything and this also has the bug.

mopsicus commented 2 weeks ago

What device are you using for testing? Vendor, android version, etc.

SrProfessional commented 1 week ago

Hello, it was tested in xiaomi mi 11 lite, but in the previous version it was working well, with legacy inputs

mopsicus commented 1 week ago

Can you make simple blank project to reproduce this issue?

SrProfessional commented 1 week ago

Ok, going to make it and add the results here