bolosaur's Forum Posts

  • The Touch object solution worked for the swiping problem, thanks.

    Regarding the hiding of UI bars, are you sure that it's not possible? Because I distinctly remember doing it about 10 months ago when I was developing mobile websites by using a bunch of meta tags, and perhaps some JavaScript as well.

    Was this perhaps changed in iOS 5 or something?

    Also, what about Android devices? Is it possible to remove any UI bars in native Android browsers? I can't test it myself since I don't own any.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello,

    I recently started a project in Construct 2 with the intention of building a web-based pixelart game. My idea was to give it the resolution of 480x260 so that it would work from within any browser on any platform going as low as iPhone 3GS, and scaling up when necessary using fullscreen mode with integer letterboxing.

    However, upon exporting the game to HTML5 it seems that iOS isn't picking up on any of the meta tags telling it to treat the website like a web application (or so it seems to me).

    For example, the address bar is still showing, and the website is draggable whenever I touch and drag which effectively makes the game unplayable on any iOS device (and possibly Android devices as well?).

    Here's a demo so you can see for yourselves.

    http://dl.dropbox.com/u/2725629/html5tests/Astrojone/index.html

    Toolkit:

    Construct 2 r91 beta (64-bit)

    Settings:

    Preview browser: Firefox

    Fullscreen in browser: Letterbox integer scale

    Enable WebGL: On

    Sampling: Linear

    Clear background: No

    Tested on:

    iPad 2

    iPhone 4S

    iPhone 3GS

    Any ideas?