Hi there, So on my app i'm using webview to open url in browser within app. Whenever i'm trying to upload a image on that site then it shows me this error
Spoiler
An unhandled type 'QList<QUrl>' was provided in FilePickerController::accepted(QVariant)
</code></pre></div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">An unhandled type 'QList<QUrl>' was provided in FilePickerController::accepted(QVariant)</div></div></noscript></div></div><P> </P><pre class="lia-code-sample language-markup"><code>Item {
height: 700
width: 400
id: app
WebView {
anchors.fill: parent
url: "https://stackoverflow.com/questions/37935657/refused-to-load-the-image-because-it-violates-content-securtiy-policy-cordova"
}
}I have given a link from stackoverflow just for testing purpose.