Clipboard API call throws NotAllowedError without invoking onPermissionRequest()
Clipboard API’s writeText method docs says, we need to obtain clipboard-write permission using Permissions API but navigator.permission is undefined in WebView, maybe because they don’t want to mix web permissions with Android OS permissions. There is one more way by which we can copy text to clipboard from Android WebView: by calling native Java method … Read more