Developer Documentation
  • Getting Started
  • Resources
    • Github
    • Discord
    • Sponsor
  • Components
    • View
    • Scroll
    • Gesture
    • Button
    • Text
    • TextInput
    • Link
    • Select
    • Spinner
    • Image
    • SVG *
    • Video *
    • VirtualListView *
    • WebView *
  • SERVICES
    • App
    • Platform
    • International
    • Accessibility
    • Clipboard
    • Storage
    • Location
    • Linking
    • Alert
    • Modal
    • Popup
    • StatusBar
    • UserInput
    • UserInterface
    • UserPresence
    • Network *
    • Navigator *
Powered by GitBook
On this page
  • Installation
  • Styles
  • Props

Was this helpful?

  1. Components

WebView *

This component displays HTML contents in an embedded browser control. You may have to specify sandbox settings depending on the source.

Installation

This component is not included by default, to use it import the following package:

$ npm i react-ult-ext-webview
$ yarn add react-ult-ext-webview

Styles

  • No specialized styles

Props

name

type

description

'large' | 'medium' | 'small' | 'tiny'

PreviousVirtualListView *NextApp

Last updated 5 years ago

Was this helpful?