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)
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Whether the navigation history has a previous entry to navigate back. This is now deprecated. Use WebView::navigationHistory::canGoBack instead.
See also goBack and canGoForward.
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Whether the navigation history has a next entry to navigate forward. This is now deprecated. Use WebView::navigationHistory::canGoForward instead.
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
This property is deprecated, use the contextModel property instead.
An object that holds the contextual data associated with the current context menu. User-defined contextual actions can use this data to process it when triggered.
It has the following properties:
Note that in the case of an image enclosed inside a hyperlink, both href
and img
will be available, allowing a user-defined contextual action to operate on both elements.
See also contextualActions and contextModel.
This method is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Go forward one entry in the navigation history. This is now deprecated. Use WebView::navigationHistory::goForward instead.
See also canGoForward and goBack.