Hello,
I am working on a small game, and everything is working 100%.
When I embed the game in an iframe, the undesired result is that native scroll specifically in mobile safari breaks (fine on desktop). So users cannot scroll past the game within the page.
I have removed "touch-action: none;" from the CSS, which has been said to cause native scroll to break - with no results.
Any ideas would be much appreciated, thanks in advance!