https://github.com/hackinggate/ios-secure-text-input-force-qwerty
https://github.com/hackinggate/ios-secure-text-input-force-qwerty
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackinggate/ios-secure-text-input-force-qwerty
- Owner: HackingGate
- License: unlicense
- Created: 2021-01-27T13:19:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T10:23:50.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T21:57:37.062Z (about 2 years ago)
- Language: Java
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOS Secure Text Input Force QWERTY
I found a React Native bug. When TextInput's testID includes keyword "signup" or "register".
There's a possibility you can't switch to QWERTY keyborad when typing password.
### Reproduce steps (low chance)
1. Build and run RNTextInput (React Native)
2. You have QWERTY keyboard and Japanese-Kana on your iOS device.
3. Tap password field
Result: Japanese keyboard poped up. And you can't change to QWERTY.
Expected: QWERTY keyboard poped up.
### Reproduce steps (high chance)
1. Build and run RNTextInput (React Native)
2. You have Japanese-Kana on your iOS device and no QWERTY.
3. Tap email field first. Japanese keyboard is poped up.
3. Then tap password field.
Result: Japanese keyboard poped up. And you can't change to QWERTY.
Expected: QWERTY keyboard poped up.