FlickTypeKit icon indicating copy to clipboard operation
FlickTypeKit copied to clipboard

A powerful keyboard for your Apple Watch app

Results 5 FlickTypeKit issues
Sort by recently updated
recently updated
newest added

Minimal code sample to reproduce: ```swift struct ContentView: View { @State var message = "" var body: some View { Color.blue .sheet(isPresented: .constant(true)) { FlickTypeTextEditor("Add Message", text: $message, mode: .ask,...

Trying to incorporate FlickTypeKit into a new WatchOS 8 app. Ive set up the Associated file infrastructure and WatchKit extension entitlement On the Xcode Sim, I get: LocalMetar WatchKit Extension[44255:420001]...

Hey, Great keyboard, helps me a lot with my Apple Watch series 5 use. As an iOS developer, I’ll be glad to make an contribution by adding support to my...

Hello, could you add support for Facebook Messenger please? Thanks! :)

It appears that there's a lack of VoiceOver support when using the FlickType SDK, whereas the official watch app supports VoiceOver just fine. This was reported by a VoiceOver user...