This commit is contained in:
pls.153 2022-03-27 12:49:53 +02:00
parent dc445a9eff
commit 0756ee1b5d

View file

@ -11,8 +11,10 @@ Item {
visible: !busy.visible
onLoadingChanged: {
if (loadRequest.status === WebView.LoadSucceededStatus) {
Lisp.call("clog:webview/on-new-connection")
if (Qt.platform.os !== "ios") {
if (loadRequest.status === WebView.LoadSucceededStatus) {
Lisp.call("clog:webview/on-new-connection")
}
}
}