Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML や非ローカル Web サイトをnativescriptアプリにレンダリングするにはどうすればよいですか? ブラウザ インスタンスを起動または操作する方法が見つかりません。
nativescript
今後のリリースでは、次のように HTML を指定できるようになります。
<Page> <WebView src="<html><body><h1>I can haz webview?</h1></body><html>" /> </Page>
Src プロパティは、URL とローカル ファイル パスに対しても機能します。