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
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
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.
Issue moved from dotnet/maui#16251
From @Letiz0 on Thursday, July 20, 2023 10:33:49 AM
Description
711540495645142_TbyLCh92.online-video-cutter.com.1.mp4
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
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