Good day.
When I export my game and embed in my website, when I play in android (in chrome) I have this problem:
[quote:1vrsinqq]* An AudioContext in a cross origin iframe must be created or resumed from a user gesture to enable audio output.
* Failed to register service worker: DOMException: Only secure origins are allowed (see: goo.gl/Y0ZkNV).
* Uncaught (in promise) DOMException: play() can only be initiated by a user gesture.
In my website I have the cross-origin enabled.
This problem only happens in android when I try in ios (chrome and safari) it works well.
Thanks