How to use the @nota/nativescript-webview-ext.WebViewExt function in @nota/nativescript-webview-ext

To help you get started, we’ve selected a few @nota/nativescript-webview-ext examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Notalib / nativescript-webview-ext / tests / app / ui / web-view / web-view-tests-common.ts View on Github external
public create(): WebViewExt {
        // >> declare-webview
        const webView = new WebViewExt();
        webView.debugMode = true;
        // << declare-webview
        return webView;
    }

@nota/nativescript-webview-ext

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.

Apache-2.0
Latest version published 2 years ago

Package Health Score

54 / 100
Full package analysis