dfabulich / choicescript

ChoiceScript is a language for developing multiple-choice games.
http://www.choiceofgames.com/blog/choicescript-intro/
Other
410 stars 123 forks source link

Why is pinch/zoom disabled? #133

Open Flurrywinde opened 4 years ago

Flurrywinde commented 4 years ago

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?