NativeInputTest issues
Open
@Berstanio is already working on this.
Since Mar 24, 2025.
ios
- Dominant language
- Java
- Stars
- 25.4k
- Forks
- 6.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 5
Description
Testing the new Native Input API running NativeInpuitTest on iOS I've run into some issues some of which may affect the API itself.
Issue 1
- Click on "Placeholder" text field to open keyboard
- Touch anywhere on the screen -> App crashes
Issue 2
- Click on "Open TextInput" button
- Click again on "Open TextInput" button. -> App crashes
I understand it should not be possible to open the keyboard twice but I'd expect it not to crash if called twice.
Issue 3
Keyboard doesn't open on Simulator (is this expected?)
Issue 4 (Minor)
Part of the test UI is displayed under the Insets (iPhone notch)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.