MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Touchscreen not working after rapidly clicking while app startup
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Issue moved from dotnet/maui#16251
- Please respond to @Letiz0.
From @Letiz0 on Thursday, July 20, 2023 10:33:49 AM
Description
https://github.com/dotnet/maui/assets/103472129/377c891b-18c5-47ca-ad27-354289b74a45
Just like the video shows, if I rapidly click anywhere inside the app while starting up and loading, the touchsrceen will be broken but the mouse is still working.
Steps to Reproduce
- Create a new Maui Blazor Project
- Deploy it on any tablet
- Repeatly touch the screen inside the app window as quickly as you can
Link to public reproduction project repository
https://github.com/Letiz0/MauiApp1
Version with bug
7.0.49
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net7.0-windows10.0.19041.0
Did you find any workaround?
2023/08/01 update:
I found that if I force reload the page (e.g. NavigationManager.NavigateTo(NavigationManager.Uri, forceLoad: true)), it would be solved.
Relevant log output
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.