summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-06-23 11:19:37 +0200
committerAndras Becsi <andras.becsi@digia.com>2014-06-23 15:04:10 +0300
commitee0818e6892bda96b7dc9fc8046f876285c0914a (patch)
tree7264afda31bba693ecab171e399f9c4c4951af34 /basicsuite
parent775c9ef760d56a11156151777deb3142c201c6f8 (diff)
webengine: Update the example description and make the home page unscalable
Change-Id: I68efc715d931fe14f4042b8590c1fff6249840bf Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'basicsuite')
-rw-r--r--basicsuite/webengine/content/index.html1
-rw-r--r--basicsuite/webengine/description.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/basicsuite/webengine/content/index.html b/basicsuite/webengine/content/index.html
index d1cf160..f5a2bf4 100644
--- a/basicsuite/webengine/content/index.html
+++ b/basicsuite/webengine/content/index.html
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset=utf-8 />
+ <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Qt WebEngine Demo</title>
<style>
a, a:link, a:active, a:visited {
diff --git a/basicsuite/webengine/description.txt b/basicsuite/webengine/description.txt
index e725f8b..0a4cf41 100644
--- a/basicsuite/webengine/description.txt
+++ b/basicsuite/webengine/description.txt
@@ -1,3 +1,3 @@
This example demonstrates the use of the QtWebEngine WebView with Qt Quick.
-Demo can be used to browse the internet (working network connection required) or run the off-line WebGL demo
+Demo can be used to browse the internet (working network connection required) or run the offline web page demos.