https://github.com/fraune/customkeyboardkit_textfieldaxis_bugdemo
This codebase is a demo/replication iOS project for a CustomKeyboardKit bug I found.
https://github.com/fraune/customkeyboardkit_textfieldaxis_bugdemo
bug customkeyboardkit ios swift swiftui xcode
Last synced: about 2 months ago
JSON representation
This codebase is a demo/replication iOS project for a CustomKeyboardKit bug I found.
- Host: GitHub
- URL: https://github.com/fraune/customkeyboardkit_textfieldaxis_bugdemo
- Owner: fraune
- Created: 2024-02-16T05:06:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T05:38:52.000Z (over 2 years ago)
- Last Synced: 2025-03-23T02:41:14.402Z (over 1 year ago)
- Topics: bug, customkeyboardkit, ios, swift, swiftui, xcode
- Language: Swift
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomKeyboardKit_TextFieldAxis_BugDemo
## To use the demonstration:
1. Open the project in Xcode
1. Select a development team in the Signing & Capabilities editor
1. Launch the app on iPhone
1. Editing the first text field (without the `axis` argument) clearly shows the custom keyboard. Editing the second (with the `axis` argument) brings up the standard keyboard.
Presumably the custom keyboard should work whether the axis argument is supplied or not.