最終更新:2021-12-09 (木) 19:10:02 (1094d)
コントロール/Webブラウザ
.NET Framework
参考
- https://stackoverflow.com/questions/790542/replacing-net-webbrowser-control-with-a-better-browser-like-chrome/34538733
- https://stackoverflow.com/questions/18119125/options-for-embedding-chromium-instead-of-ie-webbrowser-control-with-wpf-c
Xamarin
- On Xamarin.Forms, iOS uses UIWebView and Android uses Android.Webkit.WebView
Cocoa
Android
- android.webkit.WebView
- Android 7.0ではWebViewの機能をChromeが提供
- Chrome Custom Tabs
- https://developer.chrome.com/multidevice/webview/overview
メモ
Android 4.4 WebView 30.0.0 OS組み込み Android 4.4.3? WebView 33.0.0 OS組み込み Android 5.0 WebView 36.0.0 WebGL/WebRTCとかいろいろ Google Playで個別にアップデート
Qt
- QWebView?
Unity
Mono
- Mono.WebBrowser?