Check the issue tracker.
You should look in the console tab in dev tools. That's where any errors that occur are logged.
We have important fixes for both iOS and Android in the next beta release, so it should be worth checking there once that's out.
Wrap it in float() to keep the fraction: float(tokenat(text, 0, "|"))
If you set text to a number, then what you're trying to do is invalid. It might convert it and it might not - it seems minor since it's just a different kind of error fallback.
Ashley Thank you for the reply. I've tried both r136 stable and the new r139.
And...? Were they the same? Different?
Construct 3 also has an entirely new runtime with huge performance improvements and major new features. See the blog post Launching the new Construct 3 runtime for more information.
This isn't supported, nor does it seem like a particularly good idea. Why not add an action to a plugin to pass the relevant data? Then that can be a global variable or an expression coming from somewhere else.
You didn't mention which version of C3 you're using - is it a beta release? If so there are known issues with WebGL 2 on Mali GPUs (which the S7 has).
There's nothing much we can do about app vs. browser performance - the performance is determined by the Android System Webview, so this would be something to report directly to Google.
As far as we know Android apps run fine in the majority of cases, but this might be related to WebGL 2 issues on Mali GPUs (but hard to tell because nobody's mentioned which Construct 3 version they are using... this is why we need comprehensive details in every case...) or possibly a reappearance of this issue (hard to tell due to lack of diagnostics in the webview). Maybe you could connect USB debugging and see if there are any logs in the console? The C3 runtime should log warnings if there is an obvious performance problem.
They all rely on the same browser engine so I'd expect whichever way you export the game to have the same runtime performance.
Try using Drawing Canvas.
No. See Memory usage in the manual
Develop games in your browser. Powerful, performant & highly capable.
The new C3 runtime does not support IE 11. See the manual guide on the C3 runtime for more information. If IE11 support is important to you, we recommend switching back to the C2 runtime. Alternatively just use a modern browser like Chrome or Firefox. It looks like you're using Windows 7, and both of those fully support the new C3 runtime on Windows 7.
We can only guess without a thorough run-down of the details of affected devices, including their specific model number, Android OS version, etc.
Try clearing your browser cache, since it relies on some server-side files that were updated.
All the icons are there for me in r139. It looks like a bunch of network requests for them failed. I think they'll come back if you reload C3.