From 29fa9cc324e9f493a22bd939f3af8790836a1d5e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 30 Nov 2016 03:26:29 +0900 Subject: [PATCH] Updated Web Browsers (markdown) --- Web-Browsers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Web-Browsers.md b/Web-Browsers.md index ee13055..a6e7c6f 100644 --- a/Web-Browsers.md +++ b/Web-Browsers.md @@ -16,3 +16,7 @@ Then, open the below HTML on your HTTP server: 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. + +# Restrictions + +On iOS, touching is required to start sound. This is the browser's restriction.