From: Michael J. Rubinsky Date: Sat, 8 Jan 2011 01:23:47 +0000 (-0500) Subject: experiment with pinch/zoom X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2a44011b0cdee27719ed795ffcd1405c470cc30c;p=horde.git experiment with pinch/zoom --- 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"; });' ); }