Closed 2hyjun closed 7 years ago
It works for me on Android 5.1 and 6 using Kohana
:
<Kohana style={{width: 300, height:50, backgroundColor:"rgba(255,255,255,0)"}} label={'Password'} iconClass={FontAwesomeIcon} iconName={"key"} iconColor={'rgb(228, 4, 32)'} iconSize={20} secureTextEntry={true} onChangeText={(password) => this.setPassword(password)} autoCapitalize={'none'} autoCorrect={false} returnKeyType='go' labelStyle={{color:"#5a5959"}} />
You can try it and if it works, then it's a problem with the Fumi
implementation
This problem didn't occur on other components like Kohana
.
Maybe there's a problem with the Fumi
. You're right.
I just tried secureTextEntry
on Android 4.4 and it worked fine for Fumi. I used the example project that's in the repository.
Could you deploy the example app to your device and try it out @2hyjun?
I am using Fumi and having no issue with secureTextEntry={true} on Android.
Closing for inactivity.
I set secureTextEntry as {true} on property
It works on IOS but not on Android How can I fix it?