Updated Web Browsers (markdown)

Hajime Hoshi 2017-09-29 03:36:10 +09:00
parent 4b851b66cd
commit 87d9e6327f

@ -27,4 +27,4 @@ On both Android and iOS, touching is required to start sound. This is the browse
document.getElementsByTagName("canvas")[0].getContext("webgl").getExtension('WEBGL_lose_context').loseContext();
```
Note that Ebiten automatically restores images when the context is lost.
Note that Ebiten automatically restores images on desktop browsers when the context is lost. This restoring doesn't work on mobile browsers for a performance reason.