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
In a mobile browser, pinching and zooming doesn't work, due to <meta name = "viewport" content = "width = device-width, initial-scale = 1.0, maximum-scale = 1.0"> in index.html. If I change this to allow pinching and zooming, it works, but after a few seconds, I get a popup saying there's a typeerror: cannot read property disconnect of null.
Is there a way to get pinching and zooming to work?
The text was updated successfully, but these errors were encountered:
In a mobile browser, pinching and zooming doesn't work, due to
<meta name = "viewport" content = "width = device-width, initial-scale = 1.0, maximum-scale = 1.0">
inindex.html
. If I change this to allow pinching and zooming, it works, but after a few seconds, I get a popup saying there's a typeerror: cannot read property disconnect of null.Is there a way to get pinching and zooming to work?
The text was updated successfully, but these errors were encountered: