This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 354
2.13. WebView
Keishin Yokomaku edited this page Feb 14, 2014
·
4 revisions
この章では、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
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.