summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
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.