HTML5 export browser support

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By pukecloud
:warning: Old Version Published before Godot 3 was released.

Is there any list of godot html5 supported browsers?

I personally tested my 2D platform-runner game on Firefox: it runs, with numerous glitches here and there (wrong inputs, wrong GUI scale, visual artefacts…) but the game logic seems to be fine.
I happen to have an outdated Chromium too but it doesn’t runs there :stuck_out_tongue:
HTML5 is experimental and I wouldn’t use it as playable platform… yet.

Zylann | 2016-04-19 13:47

I can confirm that it works on latest chromium.

Bojidar Marinov | 2016-04-19 14:35

:bust_in_silhouette: Reply From: Calinou

The recent versions of those browsers should be supported:

  • Edge
  • Chromium (and derivatives)
  • Firefox (and derivatives)
  • Safari

This is the general “baseline” for support of HTML5 projects made with Godot, note that it isn’t 100% guaranteed, there may be project-specific bugs.