Web
Manage requests for web content in your apps by using the WebView class and supporting classes.
Providing web content can be a great way to enhance your app's user experience. You can load webpage content and display it alongside other controls in your app. You can determine the loading status of a webpage, get information about navigation requests, and perform other web-related tasks.
Additional resources
To learn more about web content and how to display it in your apps, visit the Web content documentation.
Members
- JavaScriptWorld
- WebCookieJar -
Cookie database for the bb::cascades::WebView control.
- WebDownloadRequest
- WebFindFlag -
A Class to wrap a set of flags that can be passed into WebView::findText.
- WebLoadRequest -
A utility class for the bb::cascades::WebView::loadingChanged signal.
- WebLoadStatus -
Represents the load status of a WebLoadRequest.
- WebNavigationRequest -
A utility class for the bb::cascades::WebView::navigationRequested signal.
- WebNavigationRequestAction
- WebNavigationType
- WebPage
- WebPageCompositor -
Composites the internal scene graph of a bb::cascades::WebPage.
- WebPageEventHandler
- WebPageTexture
- WebResourceRequest -
This class represents a resource being requested by a bb::cascades::WebView.
- WebResourceRequestFilter -
This class exposes control over the networking layer of the Cascades WebPage.
- WebSettings -
Settings for the bb::cascades::WebView control.
- WebStorage -
WebStorage for the bb::cascades::WebView control.
- WebView