This repository was archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 351
2.13. WebView
hidey edited this page Dec 23, 2014
·
4 revisions
GitHub Pagesへ移行しましたmixi-inc.github.ioへお願いします。
wikiの方はしばらくしたら消していきます
この章では、WebView の使い方、特性と、JavaScript を用いたハイブリッドアプリケーションの構築の基礎について解説します。
WebView のセキュリティについては、3.05. セキュリティをご覧ください。
参考:WebView | Android Developers
参考:Building Web Apps in WebView | Android Developers
参考:Migrating to WebView in Android 4.4 | Android Developers
参考:Debugging Web Apps | Android Developers
参考:Best Practices for Web Apps | Android Developers
- [WebView の使用の準備](#WebView の使用の準備)
- パーミッションの使用
- レイアウトの構築
- [WebView の基礎](#WebView の基礎)
- URL の読み込み
- データの読み込み
- ページナビゲーション
- Cookie
- [WebView のヘルパークラス](#WebView のヘルパークラス)
- WebChromeClient
- WebViewClient
- WebSettings
-
ハイブリッドアプリケーションの構築
- JavaScriptInterface
- ハイブリッドアプリケーションフレームワーク
- [WebView のデバッグ](#WebView のデバッグ)
- Console API
- Remote Debugging