Safari Support for HTML Export of 2d Games

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MikeSundaysGameDev

So I want to give a gift to a friend in a form of a web game, but he has an iPhone so i must export to html with safari support(I heard that safari ios render engine is used by all browsers on ios) . So my question is how is the support for web exports in safari so i can decide if this idea is feasible before investing time in it? I would also like to know which nodes i should stay away from to get the maximum dupport. Btw my game is just a simple 2d game with minimal UI(win,restar and lose screens).
Note: It’s not an option to export for native ios since i dont want to pay for a app store developer account
Advanced thanks for any answers,

:bust_in_silhouette: Reply From: Calinou

There are many known issues with the HTML5 export on iOS. Using the GLES2 renderer instead of GLES3 will help, but it may still not always work reliably.

In general, HTML5 gaming on mobile is hit-and-miss.

Thanks for the answer!

MikeSundaysGameDev | 2021-01-03 09:12