Ashley's Forum Posts

  • Closing, please follow the guidelines

  • Use the Browser object's 'Close' action, same as you use for all other platforms. Crosswalk tends to crash when using that action at the moment, but Intel are aware and should have a fix out some time.

  • You do not have permission to view this post

  • I don't know I'm afraid - best if someone tries and sees what happens.

  • The Android stock browser is horribly broken and generally very hard to fix issues with. For this type of issue it's very risky to try and fix it, since if we kick off the game loop again using some workaround and that workaround is accidentally applied to any other platforms, then we kick off the game loop twice which will break lots of other games.

    Some vendors make modifications to the stock browser, so it may be just that for example Samsung devices exhibit the problem, which could enormously reduce the number of affected users. I've not heard of this issue before either, even though it sounds quite obvious, so I'd suspect this is the case and just one vendor's phones are affected, possibly even just one model.

    I'd suggest just telling Android users to use Chrome for Android. Not only is it far more reliable with fewer bugs, but it's much faster too.

    • Post link icon

    Most bug reports to this forum are not due to defects in Construct 2. Please always carefully check you have proven there is a bug in Construct 2.

    The most common issue is users reporting bugs when there is simply a mistake in their own events. This is especially common with new users who don't yet have a good understanding of how Construct 2 works.

    Reducing the number of false bug reports will help the Construct 2 developers work more quickly and effectively, bringing a better product and service to everyone.

    When making a bug report, please make absolutely sure you have found a defect in Construct 2 and that it's not just a mistake in your own events. The easiest way to do this is to click "New project", and reproduce the problem with the fewest events and objects possible. This makes it much clearer. Always attach this .capx file to your bug report, even if it is very simple. Then if there is a real bug, the developers can also fix it much quicker, since they don't have to wade through hundreds of unrelated objects and events while investigating and resolving the issue.

    If you are relatively new to Construct 2, please check the manual and tutorials carefully to ensure that what you are seeing is not a documented effect. Do not attach your complete project to the bug report - we will close it without investigation since far too often it is simply a mistake in your own events.

    For more information on making bug reports which can be dealt with swiftly and effectively, see How to report bugs.

  • Closing, no .capx provided. Remove the http and www part of the link to avoid it being blocked, it's an anti-spam measure.

  • It's not to do with the iframe. It doesn't work in normal, non-framed preview either. You have to request fullscreen in a user input trigger, such as 'On touch' or 'On click'. The 'is in touch' and 'left button is down' conditions are just passively checked every tick and the browser doesn't let you enter fullscreen at this time, since it thinks the user probably did not request it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've found the issue and fixed it for the next beta. It appears to be a bug in Safari, and we can work around it. I don't think this quite makes the cut for an off-schedule stable update but we'll see if we get many other complaints about it.

  • Could you test r155 as well? It's very useful to know precisely which build caused the problem.

    I would strongly encourage you to report these issues as soon as you find them. Since you have reported this after a stable release, it will most likely take a couple of months for the fix to make the next stable release, unless we make an out-of-band update which is generally pretty inconvenient for everyone.

  • You do not have permission to view this post

  • Intel have said it's already fixed in the next version of Crosswalk.

  • Rushino - try Crosswalk for Android instead. It supports all the above.

  • Yes, Crosswalk basically supports everything Chrome for Android does, and Chrome supports XML. It's only CocoonJS that doesn't.

  • It's the browser that doesn't support those features. C2 can use them if the browser supports them, but if the browser doesn't then there's not much that can be done. Hopefully the Windows Phone 8.1 update with IE11 will fix a lot of that.