Anton

Results 3 comments of Anton

Thanks for the answer. On this site this opportunity was realized, but I do not understand how it was done: https://www.myabandonware.com/game/warcraft-ii-tides-of-darkness-2sh/play-2sh Maybe you have ideas...

@sas1024 Thank you, very good solution of the problem.

In the **MainActyvity** file inside **asw_view.setWebChromeClient (new WebChromeClient () {** add: ``` @Override public void onPermissionRequest(final PermissionRequest request) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { if (!check_permission(3)) { ActivityCompat.requestPermissions(MainActivity.this, new String[]{Manifest.permission.CAMERA},...