Delaying WebGL player loading until user input
Hey there!
I'm trying to stop WebGL builds from loading as soon as the website loads.
What I want is for the user to have to click on the player area to load the game. The closest solution I could find involved hiding the player element using CSS and having a button enable it again.
Do you know of a better or simpler way to do this?
Thanks,
Daniel
Comment