Updated Web Browsers (markdown)

Hajime Hoshi 2018-05-12 22:51:35 +09:00
parent 81d08b8cb4
commit 80b2d20696

@ -17,6 +17,14 @@ NOTE: `file://` URL may not work with Ebiten. Execute your game on a HTTP server
If you want to embed your game into your web page, using iframe is strongly recommended.
If you find this message with Chrome:
```
The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page. https://goo.gl/7K7WLu
```
you can solve this by putting `allow="autoplay"` on the iframe.
# Restrictions
On both Android and iOS, touching is required to start sound. This is the browser's restriction.