Preview 2.0 is now in Public Beta!
Read the Announcement
WebView

Summary

Constructors

constructor

Properties

android
canGoBack
canGoForward
disableZoom
ios
loadFinishedEvent
loadStartedEvent
src
162 properties inherited from View
Click to expand

Methods

goBack
goForward
on
reload
stopLoading
125 methods inherited from View
Click to expand

Constructors

constructor

new WebView(): WebView

Properties

android

canGoBack

canGoForward

canGoForward: boolean

disableZoom

disableZoom: boolean

loadFinishedEvent

Static
loadFinishedEvent: string

loadStartedEvent

Static
loadStartedEvent: string

Methods

goBack

goBack(): any

goForward

goForward(): any

on

on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): any
Parameter Default Description
eventNames
string

callback
(data: EventData) => void

thisArg
any

Returns any
on(event: "loadFinished", callback: (args: LoadEventData) => void, thisArg?: any): any
Parameter Default Description
event
"loadFinished"

callback
(args: LoadEventData) => void

thisArg
any

Returns any
on(event: "loadStarted", callback: (args: LoadEventData) => void, thisArg?: any): any
Parameter Default Description
event
"loadStarted"

callback
(args: LoadEventData) => void

thisArg
any

Returns any

reload

reload(): any

stopLoading

stopLoading(): void
Previous
VirtualArray