nativescript-webkit-webview
NativeScript Webkit WebView
npm i --save nativescript-webkit-webview

NativeScript WebKit WebView

npm npm Build Status

安装

tns plugin add nativescript-webkit-webview

用法

Angular

import { registerElement } from 'nativescript-angular/element-registry';
registerElement('WebView', () => require('nativescript-webkit-webview').TNSWKWebView);
<WebView src="https://www.google.com"></WebView>

重要:请确保在 Page 标签中包含 xmlns:wk="nativescript-webkit-webview"

<wk:TNSWKWebView src="https://www.google.com"/>

许可证

Apache License 版本 2.0,2004 年 1 月