UNPKG

@nota/nativescript-webview-ext

Version:

Extended WebView for NativeScript which adds 'x-local' scheme for local-files. events between WebView and native-layer, javascript execution, injecting CSS and JS-files.

9 lines (6 loc) 275 B
import { LoadEventData, WebViewEventData, WebViewExtBase, LoadFinishedEventData, LoadStartedEventData } from "./webview-ext-common"; export * from "./webview-ext-common"; /** * Represents a standard WebView widget. */ export class WebViewExt extends WebViewExtBase {}