[Laszlo-checkins] r10903 - openlaszlo/trunk/WEB-INF/lps/templates

max@openlaszlo.org max at openlaszlo.org
Fri Sep 5 16:06:11 PDT 2008


Author: max
Date: 2008-09-05 16:06:10 -0700 (Fri, 05 Sep 2008)
New Revision: 10903

Modified:
   openlaszlo/trunk/WEB-INF/lps/templates/html-response_jp.xslt
Log:
+ Should have gone with r10902



Modified: openlaszlo/trunk/WEB-INF/lps/templates/html-response_jp.xslt
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/templates/html-response_jp.xslt	2008-09-05 23:04:05 UTC (rev 10902)
+++ openlaszlo/trunk/WEB-INF/lps/templates/html-response_jp.xslt	2008-09-05 23:06:10 UTC (rev 10903)
@@ -60,8 +60,8 @@
     <html>
       <head>
         <link rel="SHORTCUT ICON" href="http://www.laszlosystems.com/favicon.ico"/>
-        <!-- this tag helps laszlo apps look good on the iPhone. It prevents user scaling. [bshine] -->
-        <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
+        <!-- this tag helps laszlo apps look good on the iPhone. -->
+        <meta name="viewport" content="width=device-width; initial-scale=1.0;"/>
         <title>
           <xsl:value-of select="/canvas/@title"/>
         </title>



More information about the Laszlo-checkins mailing list