From 2a44011b0cdee27719ed795ffcd1405c470cc30c Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 7 Jan 2011 20:23:47 -0500 Subject: [PATCH] experiment with pinch/zoom --- ansel/lib/Application.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansel/lib/Application.php b/ansel/lib/Application.php index ad7df5276..c4c0006f9 100644 --- a/ansel/lib/Application.php +++ b/ansel/lib/Application.php @@ -252,6 +252,8 @@ class Ansel_Application extends Horde_Registry_Application // $.mobile.changePage("gallerylist", "slide", false, true); // } //}); + // Reactivate pinch/zoom + $.mobile.metaViewportContent = "width=device-width"; });' ); } -- 2.11.0