changeset 5:461c6e7dea56

Better mobile handling
author nanaya <me@myconan.net>
date Sun, 15 Jan 2017 19:31:54 +0900
parents cc0a5142a56f
children 02f7d063ee33
files index.html
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun Jan 15 19:22:39 2017 +0900
+++ b/index.html	Sun Jan 15 19:31:54 2017 +0900
@@ -1,7 +1,7 @@
 <!doctype html>
 <head>
     <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>QR Code Generator</title>
 
     <style type="text/css">
@@ -29,6 +29,8 @@
             margin-bottom: 10px;
             resize: vertical;
             font-family: monospace;
+            /* prevent ios zoom */
+            font-size: 16px;
         }
 
         .page {