"featurePermissionRequested"

This event happens when a website (url) inside the WebView EWO asks for permission to use a feature (feature).

Synopsis

featurePermissionRequested(string url, string feature)

Parameters

Parameter Description
url The web address of the site requesting the feature.
feature The specific feature the website is asking to use.

Details

Restriction: Currently, only requests for MediaVideoCapture are officially supported. Other features may exist but are untested. You can find more information at Qt - WebEngine Feature Permissions

Assignment

WebView EWO