|
From: <da...@us...> - 2011-06-08 20:57:14
|
Revision: 359
http://openautomation.svn.sourceforge.net/openautomation/?rev=359&view=rev
Author: daviid5
Date: 2011-06-08 20:57:06 +0000 (Wed, 08 Jun 2011)
Log Message:
-----------
fixed scroll problem with ipad
Modified Paths:
--------------
CometVisu/trunk/visu/lib/templateengine.js
Modified: CometVisu/trunk/visu/lib/templateengine.js
===================================================================
--- CometVisu/trunk/visu/lib/templateengine.js 2011-06-05 18:55:13 UTC (rev 358)
+++ CometVisu/trunk/visu/lib/templateengine.js 2011-06-08 20:57:06 UTC (rev 359)
@@ -126,8 +126,7 @@
{
var uagent = navigator.userAgent.toLowerCase();
- if (/(android|blackberry|iphone|ipod|series60|symbian|windows ce|palm)/i.test(uagent)) {
- var width = $( window ).width();
+if (/(android|blackberry|iphone|ipod|ipad|series60|symbian|windows ce|palm)/i.test(uagent)) { var width = $( window ).width();
$( '#main' ).css( 'width', width );
$( 'head' ).append( '<style type="text/css">.page{width:' + (width-0) + 'px;}</style>' );
// do nothing
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|