summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2015-11-26 12:01:21 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2015-12-01 12:56:12 +0000
commit364907a95534ef1a3616ad334cd0fb54f04cee2e (patch)
treedd937e8224b48b05d71a0ec7c03073118a3e1f35
parent356c60f2aaf7881f08a07aaf38bece8bbaa39d8d (diff)
Doc: Highlight Qt WebView's suitability for mobile platforms
Change-Id: Idf832c54278c27f1658913fa1956fcb5fdbe39dc Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
-rw-r--r--src/webview/doc/src/qtwebview-overview.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/webview/doc/src/qtwebview-overview.qdoc b/src/webview/doc/src/qtwebview-overview.qdoc
index 639772b..2235885 100644
--- a/src/webview/doc/src/qtwebview-overview.qdoc
+++ b/src/webview/doc/src/qtwebview-overview.qdoc
@@ -31,12 +31,14 @@
\title Qt WebView
\brief A light-weight web view.
- Qt WebView provides a way to display web content in an application without
+ Qt WebView provides a way to display web content in a QML application without
necessarily including a full web browser stack by using native APIs where
- this makes sense.
+ it makes sense.
- This is especially important on platforms such as iOS, where policy dictates
- that all web content is displayed using the operating system's web view.
+ This is useful on mobile platforms such as \l {Qt for Android}{Android},
+ \l {Qt for iOS}{iOS}, and \l {Qt for WinRT}{WinRT}; especially
+ on iOS, where policy dictates that all web content is displayed using the
+ operating system's web view.
\section1 Prerequisites