KeyboardKit / KeyboardKit

KeyboardKit is a Swift SDK that lets you create fully customizable keyboards with a few lines of code, using SwiftUI.
https://keyboardkit.com
MIT License
1.44k stars 219 forks source link

The keyboard cannot press the top edge or the bottom edge of the space bar like the system keyboard. #756

Closed NguyenNgocLe closed 3 days ago

NguyenNgocLe commented 6 days ago

Demo.mov.zip

NguyenNgocLe commented 6 days ago
NguyenNgocLe commented 3 days ago

I noticed that if we increase the row height and capture the event when clicking on the row, we can fix this issue and then call the insert text function.

danielsaidi commented 5 hours ago

Hi @NguyenNgocLe

Ok, that's great! Thank you for sharing the solution.