There is a js google map which in no way should be scaled at all. For a computer, this is enough:
zoomControl: false, scaleControl: false, scrollwheel: false, disableDoubleClickZoom: true, disableDefaultUI: true
But on mobile, on android in particular, the map continues to scale with standard gestures for zooming in / out.
How is it that 110% does not give the map a single chance of scaling?
PS And I’m talking about scaling the map, scaling the site to me anyway.