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
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
Using GMF 1.6.14 (so the last minor release), mobile interface doesn't work anymore with the panning.
The issue is only visible on Chrome mobile but not with other browsers.
However I saw on a project that using a commit from master, so which is more recent than the release, that it works. Our 1.6 demo is actually broken so it is not possible to test correctly.
It may be related to some changes from Chrome that doesn't behave the same with touch events.
Here is a the log that I get when trying to pan: [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using GMF 1.6.14 (so the last minor release), mobile interface doesn't work anymore with the panning.
The issue is only visible on Chrome mobile but not with other browsers.
However I saw on a project that using a commit from master, so which is more recent than the release, that it works. Our 1.6 demo is actually broken so it is not possible to test correctly.
It may be related to some changes from Chrome that doesn't behave the same with touch events.
Here is a the log that I get when trying to pan:
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080
The text was updated successfully, but these errors were encountered: