
# WebView
----

WebView 是操作系统提供给应用程序的浏览器控件，提供应用程序中使用 Web 页面的能力。

## 客户端信息

HUAWEI, Windows Phone, 微信。与默认浏览器 IE10 完全相同。

| 字段         | 值                                                                                                             |
|--------------|----------------------------------------------------------------------------------------------------------------|
| ua           | Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HUAWEI; W1-U00) |
| vendor       | undefined                                                                                                      |
| vendorSub    | undefined                                                                                                      |
| platform     | Win32                                                                                                          |
| external     | {}                                                                                                             |
| appCodeName  | Mozilla                                                                                                        |
| appName      | Microsoft Internet Explorer                                                                                    |
| appVersion   | 5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; HUAWEI; W1-U00)         |
| product      | undefined                                                                                                      |
| productSub   | undefined                                                                                                      |
| screenWidth  | 480                                                                                                            |
| screenHeight | 800                                                                                                            |
| colorDepth   | 24                                                                                                             |
| documentMode | 10                                                                                                             |
| compatMode   | CSS1Compat                                                                                                     |

## 参考

* iOS
    * [UIWebView Class Reference](http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html)
* Android
    * [WebView](http://developers.androidcn.com/reference/android/webkit/WebView.html)
* Windows Phone
    * [WebView class](http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.webview)
    * [WebBrowser Control for Windows Phone](http://msdn.microsoft.com/en-us/library/ff431812%28v=vs.92%29.aspx)
    * [WebBrowser Class](http://msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser%28v=vs.95%29.aspx)
    * [Windows Phone 7 equivalent of Android's WebView](http://stackoverflow.com/questions/6883465/windows-phone-7-equivalent-of-androids-webview)
