Canvas scroll in mobile browser

Hi OpenFL Community, have a issue scrolling canvas in mobile, when I try to swipe up and down to scroll canvas content it does’t scrolls, is it possible to be scrollable?

Thanks for help

I believe it’s this code:

https://github.com/openfl/openfl/blob/develop/templates/html5/template/index.html#L20

You should be able to override this template by adding your own “templates/html5/template/index.html” file somewhere, and adding <template path="templates" /> using the path to that directory. Then you can make changes to your “index.html” file to allow scrolling, customize the background, so on :slight_smile:

1 Like