Skip to content

Commit efdf729

Browse files
committed
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.
1 parent 5ce3a99 commit efdf729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<title>ICEcoder v <?php echo $ICEcoder["versionNo"];?></title>
4343
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4444
<meta name="robots" content="noindex, nofollow">
45-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
45+
<meta name="viewport" content="width=device-width, initial-scale=0.5, user-scalable=no">
4646
<link rel="stylesheet" type="text/css" href="lib/ice-coder.css">
4747
<link rel="icon" type="image/png" href="favicon.png">
4848
<script>

0 commit comments

Comments
 (0)