jakfarza

Results 4 comments of jakfarza

i have same problem, this is about requested permission, how to allow html5 qr scanner in webview?

add this inside webchromeclient, it works! @Override public void onPermissionRequest(android.webkit.PermissionRequest request) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { request.grant(request.getResources()); } }

oh gods, only work on emulator, not work on real device

Ok sir.please give me solution... why not work in real device...😀