<Running itch.io game in my android app webview> I...
# stackoverflow
u
Running itch.io game in my android app webview I have a game made with unity on itch.io I want to open and play this game in my custom android app webview. For this I'm using. myWebView.loadUrl("https://teamwood.itch.io/super-auto-pets") myWebView.settings.javaScriptEnabled = true Url is being load but on tapping Run Game nothing happen. Can I even perform this in webview