-
Notifications
You must be signed in to change notification settings - Fork 1.2k
SoftInput (Software Keyboard) support #1823
Copy link
Copy link
Open
Labels
DS - androidAffects the Android backendAffects the Android backendDS - uikitAffects the UIKit backend (iOS, tvOS, watchOS, visionOS)Affects the UIKit backend (iOS, tvOS, watchOS, visionOS)DS - webAffects the Web backend (WebAssembly/WASM)Affects the Web backend (WebAssembly/WASM)S - apiDesign and usabilityDesign and usability
Metadata
Metadata
Assignees
Labels
DS - androidAffects the Android backendAffects the Android backendDS - uikitAffects the UIKit backend (iOS, tvOS, watchOS, visionOS)Affects the UIKit backend (iOS, tvOS, watchOS, visionOS)DS - webAffects the Web backend (WebAssembly/WASM)Affects the Web backend (WebAssembly/WASM)S - apiDesign and usabilityDesign and usability
On android, the application should be able to request showing & hiding of soft input.
This is available through ndk_glue for android.
But this strangely feels like functionality that should be attached to window.
eg. for desktop we have cursor grabbing, for mobile, having methods for showing keyboard seems similar.