to build android webview app i use this guide : https://developer.android.com/guide/webapps/webview.html
Everything I build in HTML run very good on webview, but if i try to run construct 2 game on android webview i get a black screen.
in this forum i could not find a good answer for this question. I would love to understand why it does not work and what i can do that it will work.
Just use Cordova, which is a mature and officially supported way of running mobile apps in a webview.
Develop games in your browser. Powerful, performant & highly capable.
if i use this : https://cordova.apache.org/docs/en/late ... bview.html
Does it work?