You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please implement soft (on screen) keyboard support for Windows devices.
Necessary for kiosks and touch applications. With tablet and non-tablet mode for Windows.
For now there is no way to interact with soft keyboard on Windows devices.
It works fine with Android and iOS.
We previously had an approach using the OSK.exe from Windows and before opening it, modify position offset values in the Windows Registry with the help of a Batch Script / NativeProcess to align the OSK behind or always-in-front app. In Windows 7 this was working pretty good but we had to get rid of that a while back, since it was no longer working properly in Windows 10.
We are now also at the point again, that one of our Touch Apps (Windows) requires OSK support. Would come in handy, if we had a way of using the Windows inbuilt OSK and position it somewhere..
Feature Description
Please implement soft (on screen) keyboard support for Windows devices.
Necessary for kiosks and touch applications. With tablet and non-tablet mode for Windows.
For now there is no way to interact with soft keyboard on Windows devices.
It works fine with Android and iOS.
Tracker link: https://tracker.adobe.com/#/view/AIR-3931936
Related issue (not the same): #172
What should implemented for Windows too:
InteractiveObject::softKeyboard
supportSoftKeyboardType
constants supportneedsSoftKeyboard
supportsoftKeyboardInputAreaOfInterest
supportInteractiveObject::requestSoftKeyboard()
method supportHTMLLoader
StageWebView
TextField
Stage::softKeyboardRect
supportsoftKeyboardBehavior
support in manifestKnown Workarounds
none
*Some actions/features support you can do in this directions by
NativeProcess
or write native extensionThe text was updated successfully, but these errors were encountered: