mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
dc445a9eff
commit
0756ee1b5d
1 changed files with 4 additions and 2 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue