On any site, where there is an implemented map it cannot be moved using two fingers. Like the browser doesn't detect pinching. Here is an example site with this problem:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.84. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
The issue is due to the popup blocker (as surprising as it seems), the browser believes that the javascript that is bound to DOM+mousedown is suspicious.
There is somewhat a whitelist, but it's not a smart implementation:
https://github.com/kiwibrowser/src/blob/b1ea3ea95d8ac15fc0b49acd83ba2f8b1aaa8d2b/third_party/blink/renderer/core/dom/events/event_target.cc#L780
I wonder how to find what is Google Maps (from a script perspective), maybe by checking the JavaScript execution stack
Thanks for the reply. I am not developer though, hope someone fixes it, lol
maybe Related to this one: for me the mousedown seems to work, but the mouseup event doesn't on embedded Google Maps. I even disabled the popup blocking but the problem persists. E.g. if i swipe only with one finger, the overlay saying 'use two fingers to move the map' appears, but doesn't disappear. This issue causes embedded Google maps to keep focus and in some situations on some pages prevents me from scrolling up or down on the web page. an example map can be found here: https://developers.google.com/maps/documentation/javascript/examples/map-simple
Most helpful comment
Issue-Label Bot is automatically applying the label
bugto this issue, with a confidence of 0.84. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!Links: app homepage, dashboard and code for this bot.