omerslash's Forum Posts

  • 4 posts
  • Hi, here is an updated link for the game example:

    netent.com/en/game/aloha-cluster-pays-2

    just click play now from mobile, and notice that when the status bar appear you will be prompt to scroll up the screen to make it dissapear.

    I've tried to make this functionality to work but it's only working if I'm not running c2 games, I'm thinking that c2 logic disable/override touch and prevent from page to reach scrolling state and that's why it doesn't work.

    I basically need to know on the html level (or modifying the exported c2 script) so it will support this functionality.

    I've tried all methods available on the web but I belive it's something on c2 that's blocking it.

    on this case the game is loaded directly without iframe (so you can ignore iframe cases).

    In general the other 2 issues are already solved (one of which by Ashely on more updated construct version).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes I tried, my main issue is that I need to create some overlay on top of the canvas/game and to allow it to scroll up. this will resolve in full screen a cross all devices.

  • this is the error console show for the audio problem:

    c2_runtime.js An AudioContext in a cross origin iframe must be created or resumed from a user gesture to enable audio output.

    regarding full screen please find below:

    ibb.co/kTP7tb

    ibb.co/haOdzG

    ibb.co/c9F2Rw

    This is how it looks like, when status bar appear an indication telling the user to swipe hand up, once he does it it will resume the game to true full screen. (that's the only gesture that works with it).

  • Hi,

    I'm using C2 and have 2 problems which I need help with.

    1. my C2 game is hosted on site A. Site B is displaying my game (from site A) inside iframe. on google chrome on Android devices no sounds are playing because of permission problem.

    2. On mobile my games are not really on full screen (can see status bar), I need a code that can recognize the status bar is there and suggest the player to scroll bottom-top the screen to get it to full screen. you can see an example of how it should work here:

    netent-static.casinomodule.com ... ule.com%2F

    load it on mobile and see when on landscape with status bar it will display an hand gesture suggesting you to turn it to full screen by swiping up.

    Thanks in advance

  • 4 posts