In that case Construct will set targetSdkVersion to 30, which is the value currently required by Google Play.
Construct sets targetSdkVersion to the latest supported version for you, so this should not happen if you export directly from an up-to-date version of Construct. Did you export from an old version or something?
Develop games in your browser. Powerful, performant & highly capable.
It uses the browser's own speech recognition API, which I don't believe has any limits.
You may be able to find a few combinations of other settings that work for specific games, but having dealt with bug reports over several years, those combinations are the only settings that guarantee pixel-perfect rendering in all circumstances.
Pixel-perfect rendering is only guaranteed if you use the 'Optimize for pixel art' project settings, as described in the manual.
Yeah, that looks like a bug, movement shouldn't affect whether or not mesh Z elevation works. Please file an issue.
Error 403 means "Forbidden", so it sounds like a permission issue with the host. You'd need to contact the host about it.
Honestly, the best performance advice is: measure performance, and only change things that improve the measurements.
It looks like it might be a bug in Construct. You'd need to file an issue following all the guidelines for us to be able to investigate it.
It's hard to say anything about posts like this because it's not clear what it's meant to be doing. I don't see anything changing, but is anything meant to be visible with those events? It's not obvious. This is why we ask for expected vs. observed results in bug reports, and we still need all that information to be able to comment on the forum too.
.mp4 files are usually videos, not audio.
You should make sure all your audio is in WebM Opus format (.webm), since it's the only format that is guaranteed to play on all platforms.
We have to work with how the existing feature suggestions platform works. It can't stop unlimited submissions. So as I said before, part of limiting voting is also to stop unlimited submissions, with a policy that ideas with zero votes will not be considered.
It looks like something is posting data to the Service Worker. This is not supported, the SW is just there to handle offline support.
Those errors indicate there is not a global variable named "Firebase".
Screen recording is not supported on Android (see crbug.com/487935). Canvas recording works though, I just checked in Chrome for Android and it worked.