The following members of QML type WebView are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
(obsolete)
(obsolete)
(obsolete)
(obsolete)
(obsolete)
(obsolete)
(obsolete)
(obsolete)
(obsolete)
(obsolete)
This property will be true if the application can navigate the webview back by calling goBack. Else it will be false.
Note: The notification signal for this is navigationHistoryChanged.
See also goBack.
This property will be true if the application can navigate the webview forward by calling goForward. Else it will be false.
Note: The notification signal for this is navigationHistoryChanged.
See also goForward.
void loadingChanged(LoadEvent event) |
Navigate to the previous entry in the navigation history. If there isn't one, then calling this function will do nothing.
See also canGoBack.
Navigate to the next entry in the navigation history. If there isn't one, then calling this function will do nothing.
See also canGoForward.