Android Question B4XFloatTextField textcolor in android 13

andredamen

Active Member
Licensed User
Longtime User
Is there a problem with B4XFloatTextField textcolor in android 13? In my app I change the textcolor with TextField.TextColor . On my phone (android16) and a tablet (android 14) it works good. On my tablet with android 13 the textcolor stay identical as the textfield color ?? So you cannot see what you type. The field does fill with that what you type but you can not see it.

A few hours later: another big tablet with android 15 the same problem??

Is there a solution?

Solved: TextField.TextSize was changed at litttle devices. A big device not with result textsize 0. Stupid of me.
 
Last edited:
Top