Web View Components

Web View components provide a visual representation of web content with basic navigation controls.

The Web View component maps directly to the WebViewRef equivalent in React Native JSX.

Requirements

Class CYIWebView
Component Type webView
Component Sub-Type None
Example Layer Comment componentType:webView; class:CYIWebView;

Required Layers

Layer Description
PlatformView-WebContent A CYIPlatformView where the web content is displayed.

Optional Layers

Layer Description
Btn-Back A CYIPushButtonView which will navigate back on the CYIWebViewController when clicked.
Btn-Forward A CYIPushButtonView which will navigate forward on the CYIWebViewController when clicked.