From efdf729f830989773b27ebde9d3f0c2bc1193864 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 27 Nov 2014 09:13:25 +0000 Subject: [PATCH] Mobile devices now initial scale 0.5, not scalable Display at half the size of the desktop and by setting the property that users can't scale, it means it doesn't shift position/scale etc on keyboard popup. Not a perfect mobile solution (that's planned one day soon), but far more usable now. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 949e3b5..1ed83fa 100644 --- a/index.php +++ b/index.php @@ -42,7 +42,7 @@ $isMac = strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh")>-1 ? true : false; ICEcoder v <?php echo $ICEcoder["versionNo"];?> - +