Html page scrollable up/down

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Thanks for the tip but I have already enabled the "resize display to fill window size" option, so no help from there I'm afraid..

    The game fails FGL QA due to this issue. Any other ideas for a workaround?

  • It seems I found the solution.

    Came across this topic Please login to see this link. which suggested the following piece of javascript code:

    Quote

    window.addEventListener("touchstart", function(e) { e.preventDefault();
    }, false);


    window.addEventListener("touchmove", function(e) {
    e.preventDefault();
    }, false);

    I added this code to the end of the Runtime.js file (in HTML5 output src-folder) and I can't anymore touch & drag the black borders on the side of the screen to scroll the page up/down, at least on my iPad mini - let's see if it passes the FGL QA now.

    This might be useful for others as well if their games get rejected due to the same scrolling issue.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!