-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area-gesturesGesture typesGesture typesplatform/windowspotential-regressionThis issue described a possible regression on a currently supported version., verification pendingThis issue described a possible regression on a currently supported version., verification pendings/needs-attentionIssue has more information and needs another lookIssue has more information and needs another looks/no-reproCan no longer be reproduced on latestCan no longer be reproduced on latests/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working
Description
Description
The MAUI app on Windows crashes when tapped with two fingers at the same time. As far as noticed, its happening because of the package Microsoft.Maui.Controls for any of its versions greater than 9.0.51. The latest version of Microsoft.Maui.Controls which does not crash the app is 9.0.51.
The screenshot attached is the error that comes up in Debug Mode
MAUI Version: 9.0.60 and above
Steps to Reproduce
- Create a basic app with Microsoft.Maui.Controls package version 9.0.60 or above, for eg: 9.0.71
- Run the app without any event handlers or TapGestureRecognizer and tap on a page with two fingers at the same time.
Expected Outcome: Should happen nothing. App should not crash
Actual Outcome: App crashes
Link to public reproduction project repository
https://github.com/gitaakashstack/MauiDoubletTapTest.git
Version with bug
9.0.70 SR7
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.50 SR5
Affected platforms
Windows
Affected platform versions
net9.0-windows10.0.19041.0
Did you find any workaround?
Go back to Microsoft.Maui.Controls version 9.0.51 but that means cannot use CommunityToolkit.Maui 12 version
Relevant log output
Metadata
Metadata
Assignees
Labels
area-gesturesGesture typesGesture typesplatform/windowspotential-regressionThis issue described a possible regression on a currently supported version., verification pendingThis issue described a possible regression on a currently supported version., verification pendings/needs-attentionIssue has more information and needs another lookIssue has more information and needs another looks/no-reproCan no longer be reproduced on latestCan no longer be reproduced on latests/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working