windows_osk_guard 1.0.1 copy "windows_osk_guard: ^1.0.1" to clipboard
windows_osk_guard: ^1.0.1 copied to clipboard

PlatformWindows

A Flutter plugin for Windows to suppress the default touch keyboard (OSK) on non-text taps and manage it programmatically for touch and stylus inputs.

1.0.1 #

  • Fix: Implement a 12-pixel touch slop threshold in subclass proc to improve tap and swipe tolerance.

1.0.0 #

  • Initial release of the Windows OSK Suppressor & Touch Guard.
  • Integrates native Windows subclassing procedure on child viewport.
  • Leverages Win32 extra message info (GetMessageExtraInfo) to accurately filter touch events.
  • Adds a global gesture listener (GlobalTouchKeyboardGuard) and navigation observer (KeyboardSuppressingNavigatorObserver).
1
likes
160
points
89
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Windows to suppress the default touch keyboard (OSK) on non-text taps and manage it programmatically for touch and stylus inputs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on windows_osk_guard

Packages that implement windows_osk_guard