We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the submit button on a software keyboard on Android no longer triggers a press of a default button.
Using 11.2.999-cibuild0050849-alpha
<StackPanel> <TextBox></TextBox> <Button x:Name="btn" IsDefault="true"></Button> </StackPanel>
Click
Repeat with 11.2.999-cibuild0049087-alpha and notice the handler is called.
No response
11.2.999-cibuild0050849-alpha
Android
The text was updated successfully, but these errors were encountered:
No longer means it worked before? If so, which version was the last one working? That way we may find the difference quicker.
Sorry, something went wrong.
It worked about a month ago. Version info is included above.
The culprit is most likely #16490, pinging @emmauss for confirmation.
Could you test with #16666
Successfully merging a pull request may close this issue.
Describe the bug
Using the submit button on a software keyboard on Android no longer triggers a press of a default button.
To Reproduce
Using 11.2.999-cibuild0050849-alpha
Click
handler to the button.Repeat with 11.2.999-cibuild0049087-alpha and notice the handler is called.
Expected behavior
No response
Avalonia version
11.2.999-cibuild0050849-alpha
OS
Android
Additional context
No response
The text was updated successfully, but these errors were encountered: