-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
(Windows) RC1 - RefreshView does not appear when swiping down with mouse #6404
Comments
Verified repro on windows & Android with VS 17.3.0 Preview 1.0 [32414.199.main].Repro project: |
This is another symptom of the root cause of #6152, which is basically that the mouse drag events are not captured. The swipe does work with touch. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Any official guideline on how to use the RefreshView on windows for users with mice? |
In Windows I couldn't able to see the refresh icon on both swiping and dragging with mouse. |
As of now I had resolved it with a Handler. Not so best but convincing so far now.
|
This issue was opened almost a year ago and it is still not fixed On Windows if you use the mouse the RefreshView is not usable You cannot fire the event |
Any updates to the workaround? |
This issue have been fixed by https://github.com/dotnet/maui/pull/14261/files |
From the design guidelines for Windows UI: "RefreshContainer works only with touch, so we recommend that you also have a refresh button available for users who don't have a touch interface. You can position the refresh button at a suitable location in the app, either on a command bar or at a location close to the surface being refreshed." The control is not designed to work with a mouse pointer; if you're building a desktop application with the intent of using mouse input, you should provide an appropriate refresh mechanism. |
Description
In Windows the RefreshView does not appear when you swipe down with the mouse, however in Android it does, as can be seen in this image:
Repository:
https://github.com/nacompllo/MauiCollectionView/tree/test/WindowsRefreshView
Steps to Reproduce
Cloning the attached repository and trying to Swipe down on the CollectionView on Windows the RefreshView will not appear.
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
Windows 11
Did you find any workaround?
No response
Relevant log output
No response
Depends on
The text was updated successfully, but these errors were encountered: