Hello,
"Can't scroll page after interacting with canvas on touch screen"
My game lives in a <div> that on load fills the screen and I have other content that lives below the fold
Issue is on mobile the user is unable to scroll down to the rest of the page. The touch events in canvas override the swipe down on mobile. However on desktop this works since a scroll wheel is used and not touch.
My only idea so far is to just call a function from Construct attached to a swipe up/down action and then with javascript use ScrollTo and fake the page scroll. But I rather find a cleaner solution.