From 2e1458a071dd7eb6d0c4dc68e6f9f7fa3eed0aa9 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 28 Jun 2018 11:42:11 +0300 Subject: [PATCH] More strict mobile zoom preventing --- assets/index.html | 2 +- index_html.go | 2 +- presento.iml | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/assets/index.html b/assets/index.html index 86832db..f225cf5 100644 --- a/assets/index.html +++ b/assets/index.html @@ -3,7 +3,7 @@ Slide controller + content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi"/> diff --git a/index_html.go b/index_html.go index 70b6652..b5a0b39 100644 --- a/index_html.go +++ b/index_html.go @@ -6,7 +6,7 @@ const ( Slide controller + content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi"/> diff --git a/presento.iml b/presento.iml index c69b3de..c50842f 100644 --- a/presento.iml +++ b/presento.iml @@ -1,10 +1,12 @@ - + + - + <orderEntry type="library" scope="PROVIDED" name="Go SDK" level="project" /> - \ No newline at end of file + +