docs: Ebiten should be available on mobile browsers

This commit is contained in:
Hajime Hoshi 2018-04-07 16:42:35 +09:00
parent 899f007fd0
commit 86691c67e9
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ Website: https://hajimehoshi.github.io/ebiten/
* [FreeBSD](https://github.com/hajimehoshi/ebiten/wiki/FreeBSD)
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
* [Web browsers (Chrome, Firefox, Safari and Edge on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
* [Web browsers (Chrome, Firefox, Safari and Edge)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
Note: Gamepad and keyboard are not available on Android/iOS.

View File

@ -45,7 +45,7 @@
<dt class="col-2 text-right">Mobiles</dt>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd>
<dt class="col-2 text-right">Web browsers</dt>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge on desktops</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>), <a href=".">jsgo.io Playground by Dave Brophy (Coming Soon)</a></dd>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>), <a href=".">jsgo.io Playground by Dave Brophy (Coming Soon)</a></dd>
</dl>
<p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p>

View File

@ -36,7 +36,7 @@
</div></header>
<main><div class="container">
<p>Stable version: v1.6.2 / Development version: v1.7.0-alpha</p>
<p>Stable version: v1.6.3 / Development version: v1.7.0-alpha</p>
<h2 id="platforms">Platforms</h2>
<dl class="row">
@ -45,7 +45,7 @@
<dt class="col-2 text-right">Mobiles</dt>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd>
<dt class="col-2 text-right">Web browsers</dt>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge on desktops</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>), <a href=".">jsgo.io Playground by Dave Brophy (Coming Soon)</a></dd>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>), <a href=".">jsgo.io Playground by Dave Brophy (Coming Soon)</a></dd>
</dl>
<p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p>