I developed a game on construct 2, and integrated it with a native app using a webviewer, locally. When I moved the project to Construct 3 I've had the following issues:
Android:
MimeType of .js files in some Android versions, apparently from Android 9 and below, are not being resolved correctly with Construct 3 games, instead of application/javascript it is coming as text/plain. The game is getting a black screen because of this problem and it won't load.
iOS:
Game data files were not loaded into the local webview. Thus, we had to use a web server to load the game. When we tested it previously in Construct 2, this problem didn't exist.
I tried to reach out the support for this but I got no response. Anyone knows the reason behind it? Shouldn't c3 work the same way?
If anyone got a hint about this, thank you in advance :)