Open amalgame21 opened 5 months ago
Sorry I don't understand javascript but I found something seems related.
I found one mentioned OC.disallowNavigationBarSlideGesture()
here: https://github.com/nextcloud/maps/issues/56#issuecomment-526023126
For this I think we have to disable the swipe-open functionality of snap.js (which handles the sidebar open). Do you know how to do this @skjnldsv @juliushaertl? Also this might be something for core, as it leads to issues not only here …
I think you can use
OC.disallowNavigationBarSlideGesture()
And I found this related commit containing the code: https://github.com/nextcloud/maps/commit/b0a96c6d3fa76ffb7a0adb62a8251ee07e8fccac
However those code and even the file is gone now, maybe the app is rewritten? Is it the reason why swiping the map open the sidebar or hamburger menu?
+1, sometimes happens, i came to the point when i swipe from left to right only starting carefully in the middle and going to the right
⚠️ This issue respects the following points: ⚠️
Bug description
Every time when swiping the map from left to right, it not only swipe the map from left to right, but also opens the hamburger menu when the finger release from the screen, which is really really disturbing. It happens when opening the shared link of a custom map in android firefox
Steps to reproduce
Expected behavior
Swiping the map do not trigger opening or closing the hamburger menu.
Installation method
Other
Operating system
Other
PHP engine version
PHP 8.1
Web server
Other
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install of the server?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Is this bug present after an update or on a fresh install of the app?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Browser Console
No response
Additional info
No response