Because when we evaluate JS , it need to be cancelled manually if it shows any dialog like alert(),prompt() and confirm().These JS functions take control of page to themselves.As we all know page becomes un-touchable if any of these function is used by page.
And @pkalyan
CustomWebView and WebViewer are quite different.
WebViewer returns the webview(view) while the extension returns customwebview component(id) which is not a webview.
I used this great extension in my app
but when getting to publish the update … I was forced to add a privacy policy for new permissions (Camera, Record audio, … )
and after applying the privacy policy, I was shocked that it removed android auto support but the presence of hardware camera is a must but I don’t need the camera as I used this extension for loading html files with front size control …
is there any way to get a modified version with removing some permissions like camera, Record audio, microphone and so on …