Is this in iOS or Android? You need the 1.4.3 update which I think only the Android version is updated to right now. Hopefully iOS will be updated as wel shortly.
Well, I've tried to get in touch with Steam. I'll keep you posted on the issue.
Develop games in your browser. Powerful, performant & highly capable.
So did that fix it? Out of interest which one fixed it? The registry or Windows Updates?
For the back button, use the Browser object's new 'On back button' trigger.
I think you should stick to using the Tizen IDE, but the Tizen forums and guides are probably better places to get help.
That's very weird. I can't imaging anything Construct 2 could be doing to be creating windows. Especially given it involves display glitches, I'd be tempted to say it's a graphics card driver issue...
You don't need the "javascript:" part at the front. Your game will also crash on non-browser platforms like CocoonJS that don't provide a window.print function, so you should check the function is there before you use it, as in: "if (window.print) window.print();"
Are you guys still having instability issues with r146? Is it just the crash on exit or other issues as well?
Can you describe in more detail exactly what you are trying to do, the exact text of any messages, and where and when they appear?
It looks like you didn't upload c2runtime.js. You can see the error before that is it failed to find that file.
It's a bug in firefox and has an active report here: https://bugzilla.mozilla.org/show_bug.cgi?id=901574
Workaround: force the game to redraw every tick. You can do this just by having an offscreen text object which you set to tickcount every tick.
Try installing all available Windows Updates and deleting the Construct 2 registry data (HKEY_CURRENT_USER\Software\Scirra\Construct2).
I've tried to get set up with the Tizen IDE but the whole process is so rife with bugs that it's hard to make a sensible guide. I think you're best off referring to the guides on Tizen.org for the time being.
Pretty much any popular service where ratings are important will have companies trying to subvert it. I doubt this is unique to Google Play.
Licenses should support unicode characters just fine. Use whatever you like and if you have a problem, let us know.
Please make a post to the Bugs forum so we can properly investigate this. As a workaround, insert the CocoonJS object and switch the physics engine to standard web-based.