The link to the tutorial sure gives a hint in the section where it is explained how loading actually works:
1. The page's HTML and Javascript is downloaded. Since the Construct 2 engine is not even downloaded yet, nothing is shown.
2. Once the Javascript is downloaded (typically very quickly, since the code is small), the default loader appears. (...)
Well... Step 1 actually takes 10-15 seconds on a very correct phone for me, yet Google states the following in the core app quality document:
The app loads quickly or provides onscreen feedback to the user (a progress indicator or similar cue) if the app takes longer than two seconds to load.
developer.android.com/docs/quality-guidelines/core-app-quality
Currently, I can't apply to this. Can anyone help ? Is it possible to add something in the code exported by C2 to load something so that the screen is at least not black?
Does C3 reduce that time where nothing is displayed at all? ( Ashley ?)