npm i --save nativescript-webkit-webview
- 版本: 1.0.5
- GitHub:
- NPM: https://npmjs.net.cn/package/nativescript-webkit-webview
- 下载量
- 昨天: 0
- 上周: 0
- 上个月: 12
NativeScript WebKit WebView
安装
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 月