-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Tapping Entry with stylus doesn't show virtual keyboard #5255
Comments
As we don't have access to this device is it possible to debug to find what events are being generated or to pick out appropriate docs for the type of device? The stylus works as expected on iOS and they should be using the same abstraction. |
I'm not sure what's going on with the stylus and virtual keyboards. Sometimes it works, then it stops, usually but not always it starts working again after using touch. The Entry likes to get into a perpetual state of selection, which might be a hint (tapping and then just hovering keeps changing the selection). I haven't succeeded in catching the selection dragging events. With the example code below, this is after tapping an Entry, and looks the same as touch:
|
Checklist
Describe the bug
On Android devices with a stylus, tapping an Entry with the stylus doesn't show the virtual keyboard.
How to reproduce
Screenshots
No response
Example code
Fyne version
2.5.2
Go compiler version
1.23.2
Operating system and version
Android
Additional Information
No response
The text was updated successfully, but these errors were encountered: