Screen recording through webView's function in android

413 Views Asked by At

I am opening a webpage (external) on webview in android. On that webpage, there is a button for screen recording. Screen recording is working fine if I open it on Desktop systems/Laptop. But when I am opening this webpage on android's webview, screen recording functionality is not working. It is saying that: navigator.mediaDevices.getDisplayMedia is not a function

Inshort, webview's screen recorder is not working on android.

0

There are 0 best solutions below