[Solved] Password text box not hide in android

I have an app that shows password in a text box: after I have installed apk file on my android i see password instead of circle character, although I have switched SecureTextEntry on true.
On iOS all works fine!

What is the KeyboardType value for this input field?

email type

Choose “default” type and check it.

Yes! it works! thank you very much.