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
I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
in android when entry widget has focus and soft keyboard is visible
click on Button widget do not trigger Tapped event it just shift the
focus to button and hide the soft keyboard I have to click again on button to trigger the Tapped event
How to reproduce
please run code then click on entry widget type something then click on button it suppose to show
a message
after soft keyboard hides layout changes but click event mouse position(x,y) still holding position before the layout change
is that the reason list widget getting focus instead of button???
Uh oh!
There was an error while loading. Please reload this page.
Checklist
Describe the bug
in android when entry widget has focus and soft keyboard is visible
click on Button widget do not trigger Tapped event it just shift the
focus to button and hide the soft keyboard I have to click again on button to trigger the Tapped event
How to reproduce
please run code then click on entry widget type something then click on button it suppose to show
a message
Screenshots
No response
Example code
Fyne version
2.6
Go compiler version
1.23
Operating system and version
Android 14 and cross compile using opensuse 15.6
Additional Information
No response
The text was updated successfully, but these errors were encountered: