<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: iScroll 4</title>
	<atom:link href="http://cubiq.org/iscroll-4/feed" rel="self" type="application/rss+xml" />
	<link>http://cubiq.org/iscroll-4</link>
	<description>Web and mobile development</description>
	<lastBuildDate>Thu, 18 Apr 2013 09:52:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Paul</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-32790</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 18 Apr 2013 09:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-32790</guid>
		<description><![CDATA[Is it possible to disable drag functionality?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to disable drag functionality?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Paepke</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-31903</link>
		<dc:creator>Jan Paepke</dc:creator>
		<pubDate>Thu, 28 Mar 2013 15:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-31903</guid>
		<description><![CDATA[Something I just came accross: It might be a good idea to introduce a &quot;snapOffset&quot; option. In my case I wanted to have the scrollcontainer snap to certain elements (images), but not right at the screen edge...
To get it working I added a left padding on the image and an equal negative right margin.
That did the trick but is rather nasty...]]></description>
		<content:encoded><![CDATA[<p>Something I just came accross: It might be a good idea to introduce a &#8220;snapOffset&#8221; option. In my case I wanted to have the scrollcontainer snap to certain elements (images), but not right at the screen edge&#8230;<br />
To get it working I added a left padding on the image and an equal negative right margin.<br />
That did the trick but is rather nasty&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MIT</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-31012</link>
		<dc:creator>MIT</dc:creator>
		<pubDate>Sun, 17 Mar 2013 14:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-31012</guid>
		<description><![CDATA[Have someone encountered the problem that images aren&#039;t centered in Firefox? 

	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	-o-box-orient:vertical;
	box-orient:vertical;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-box-pack:center;
	-o-box-pack:center;
	box-pack:center;
	-webkit-box-align:center;
	-mox-box-align:center;
	-ms-box-align:center;
	-o-box-align:center;
	box-align:center;

Seems to have no effect. Maybe someone has a hint for me. Thx in advance!]]></description>
		<content:encoded><![CDATA[<p>Have someone encountered the problem that images aren&#8217;t centered in Firefox? </p>
<p>	-webkit-box-orient:vertical;<br />
	-moz-box-orient:vertical;<br />
	-ms-box-orient:vertical;<br />
	-o-box-orient:vertical;<br />
	box-orient:vertical;<br />
	-webkit-box-pack:center;<br />
	-moz-box-pack:center;<br />
	-ms-box-pack:center;<br />
	-o-box-pack:center;<br />
	box-pack:center;<br />
	-webkit-box-align:center;<br />
	-mox-box-align:center;<br />
	-ms-box-align:center;<br />
	-o-box-align:center;<br />
	box-align:center;</p>
<p>Seems to have no effect. Maybe someone has a hint for me. Thx in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Koliris</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-30785</link>
		<dc:creator>Dennis Koliris</dc:creator>
		<pubDate>Fri, 15 Mar 2013 14:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-30785</guid>
		<description><![CDATA[Could you please add an option to auto-disable iScroll if the Scroller Height is &lt;= to the Wrapper Height?

This can be proven very useful when the checkDOMChanges flag is enabled.]]></description>
		<content:encoded><![CDATA[<p>Could you please add an option to auto-disable iScroll if the Scroller Height is &lt;= to the Wrapper Height?</p>
<p>This can be proven very useful when the checkDOMChanges flag is enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shamrik</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-30750</link>
		<dc:creator>Shamrik</dc:creator>
		<pubDate>Fri, 15 Mar 2013 06:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-30750</guid>
		<description><![CDATA[Hello.
Thanks for very intresting component.
I want to add functionality for ScrollBar - as simple ScrollBar: by draging the mouse at &quot;ScrollbarIndicator&quot; content must moving synchronously, as mousewhell. I cannot add event listener for this element :(
Thanks for answers!]]></description>
		<content:encoded><![CDATA[<p>Hello.<br />
Thanks for very intresting component.<br />
I want to add functionality for ScrollBar &#8211; as simple ScrollBar: by draging the mouse at &#8220;ScrollbarIndicator&#8221; content must moving synchronously, as mousewhell. I cannot add event listener for this element <img src='http://cubiq.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Thanks for answers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lzg</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-30545</link>
		<dc:creator>lzg</dc:creator>
		<pubDate>Mon, 11 Mar 2013 01:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-30545</guid>
		<description><![CDATA[In this line of code inside the IE8 error, may I ask how to solve?
&#039;
document.addEventListener(&#039;touchmove&#039;, function (e) { e.preventDefault(); }, false);
&#039;]]></description>
		<content:encoded><![CDATA[<p>In this line of code inside the IE8 error, may I ask how to solve?<br />
&#8216;<br />
document.addEventListener(&#8216;touchmove&#8217;, function (e) { e.preventDefault(); }, false);<br />
&#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beloko</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-30472</link>
		<dc:creator>Beloko</dc:creator>
		<pubDate>Fri, 08 Mar 2013 03:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-30472</guid>
		<description><![CDATA[Hi

Just to say iScroll is a very nice work!!
Adapted and slide well on any mobile browsers for me.

Best regards]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Just to say iScroll is a very nice work!!<br />
Adapted and slide well on any mobile browsers for me.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-30461</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Thu, 07 Mar 2013 14:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-30461</guid>
		<description><![CDATA[i fixed iscroll light for IE...
please add changes to trunk!
greetings


--- iscroll-lite.js	Do Mrz  7 15:56:31 2013
+++ iscroll-lite.js	Do Mrz  7 15:56:31 2013
@@ -15,6 +15,7 @@
     isIDevice = (/iphone&#124;ipad/gi).test(navigator.appVersion),
     isPlaybook = (/playbook/gi).test(navigator.appVersion),
     isTouchPad = (/hp-tablet/gi).test(navigator.appVersion),
+    isIE = (!window.addEventListener) &#124;&#124; (/MSIE 9/i).test(navigator.userAgent),
 
     has3d = &#039;WebKitCSSMatrix&#039; in window &amp;&amp; &#039;m11&#039; in new WebKitCSSMatrix(),
     hasTouch = &#039;ontouchstart&#039; in window &amp;&amp; !isTouchPad,
@@ -204,7 +205,7 @@
 		that.pointX = point.pageX;
 		that.pointY = point.pageY;
 
-		that.startTime = e.timeStamp &#124;&#124; Date.now();
+		that.startTime = e.timeStamp &#124;&#124; (new Date()).getTime();
 
 		if (that.options.onScrollStart) that.options.onScrollStart.call(that, e);
 
@@ -220,7 +221,7 @@
 			deltaY = point.pageY - that.pointY,
 			newX = that.x + deltaX,
 			newY = that.y + deltaY,
-			timestamp = e.timeStamp &#124;&#124; Date.now();
+			timestamp = e.timeStamp &#124;&#124; (new Date()).getTime();
 
 		if (that.options.onBeforeScrollMove) that.options.onBeforeScrollMove.call(that, e);
 
@@ -277,7 +278,7 @@
 			target, ev,
 			momentumX = { dist:0, time:0 },
 			momentumY = { dist:0, time:0 },
-			duration = (e.timeStamp &#124;&#124; Date.now()) - that.startTime,
+			duration = (e.timeStamp &#124;&#124; (new Date()).getTime()) - that.startTime,
 			newPosX = that.x,
 			newPosY = that.y,
 			newDuration;
@@ -383,7 +384,7 @@
 	_startAni: function () {
 		var that = this,
 			startX = that.x, startY = that.y,
-			startTime = Date.now(),
+			startTime = (new Date()).getTime(),
 			step, easeOut,
 			animate;
 
@@ -411,7 +412,7 @@
 		}
 
 		animate = function () {
-			var now = Date.now(),
+			var now = (new Date()).getTime(),
 				newX, newY;
 
 			if (now &gt;= startTime + step.time) {
@@ -474,15 +475,20 @@
 		return { left: left, top: top };
 	},
 
-	_bind: function (type, el, bubble) {
-		(el &#124;&#124; this.scroller).addEventListener(type, this, !!bubble);
-	},
+    _bind: function (type, el, bubble) {
+        if (isIE)
+            (el &#124;&#124; this.scroller).attachEvent(type, this, !!bubble);
+        else
+            (el &#124;&#124; this.scroller).addEventListener(type, this, !!bubble);
+    },
 
-	_unbind: function (type, el, bubble) {
-		(el &#124;&#124; this.scroller).removeEventListener(type, this, !!bubble);
-	},
+    _unbind: function (type, el, bubble) {
+        if (isIE)
+            (el &#124;&#124; this.scroller).detachevent(type, this, !!bubble);
+        else
+            (el &#124;&#124; this.scroller).removeEventListener(type, this, !!bubble);
+    },
 
-
 	/**
 	 *
 	 * Public methods]]></description>
		<content:encoded><![CDATA[<p>i fixed iscroll light for IE&#8230;<br />
please add changes to trunk!<br />
greetings</p>
<p>&#8212; iscroll-lite.js	Do Mrz  7 15:56:31 2013<br />
+++ iscroll-lite.js	Do Mrz  7 15:56:31 2013<br />
@@ -15,6 +15,7 @@<br />
     isIDevice = (/iphone|ipad/gi).test(navigator.appVersion),<br />
     isPlaybook = (/playbook/gi).test(navigator.appVersion),<br />
     isTouchPad = (/hp-tablet/gi).test(navigator.appVersion),<br />
+    isIE = (!window.addEventListener) || (/MSIE 9/i).test(navigator.userAgent),</p>
<p>     has3d = &#8216;WebKitCSSMatrix&#8217; in window &amp;&amp; &#8216;m11&#8242; in new WebKitCSSMatrix(),<br />
     hasTouch = &#8216;ontouchstart&#8217; in window &amp;&amp; !isTouchPad,<br />
@@ -204,7 +205,7 @@<br />
 		that.pointX = point.pageX;<br />
 		that.pointY = point.pageY;</p>
<p>-		that.startTime = e.timeStamp || Date.now();<br />
+		that.startTime = e.timeStamp || (new Date()).getTime();</p>
<p> 		if (that.options.onScrollStart) that.options.onScrollStart.call(that, e);</p>
<p>@@ -220,7 +221,7 @@<br />
 			deltaY = point.pageY &#8211; that.pointY,<br />
 			newX = that.x + deltaX,<br />
 			newY = that.y + deltaY,<br />
-			timestamp = e.timeStamp || Date.now();<br />
+			timestamp = e.timeStamp || (new Date()).getTime();</p>
<p> 		if (that.options.onBeforeScrollMove) that.options.onBeforeScrollMove.call(that, e);</p>
<p>@@ -277,7 +278,7 @@<br />
 			target, ev,<br />
 			momentumX = { dist:0, time:0 },<br />
 			momentumY = { dist:0, time:0 },<br />
-			duration = (e.timeStamp || Date.now()) &#8211; that.startTime,<br />
+			duration = (e.timeStamp || (new Date()).getTime()) &#8211; that.startTime,<br />
 			newPosX = that.x,<br />
 			newPosY = that.y,<br />
 			newDuration;<br />
@@ -383,7 +384,7 @@<br />
 	_startAni: function () {<br />
 		var that = this,<br />
 			startX = that.x, startY = that.y,<br />
-			startTime = Date.now(),<br />
+			startTime = (new Date()).getTime(),<br />
 			step, easeOut,<br />
 			animate;</p>
<p>@@ -411,7 +412,7 @@<br />
 		}</p>
<p> 		animate = function () {<br />
-			var now = Date.now(),<br />
+			var now = (new Date()).getTime(),<br />
 				newX, newY;</p>
<p> 			if (now &gt;= startTime + step.time) {<br />
@@ -474,15 +475,20 @@<br />
 		return { left: left, top: top };<br />
 	},</p>
<p>-	_bind: function (type, el, bubble) {<br />
-		(el || this.scroller).addEventListener(type, this, !!bubble);<br />
-	},<br />
+    _bind: function (type, el, bubble) {<br />
+        if (isIE)<br />
+            (el || this.scroller).attachEvent(type, this, !!bubble);<br />
+        else<br />
+            (el || this.scroller).addEventListener(type, this, !!bubble);<br />
+    },</p>
<p>-	_unbind: function (type, el, bubble) {<br />
-		(el || this.scroller).removeEventListener(type, this, !!bubble);<br />
-	},<br />
+    _unbind: function (type, el, bubble) {<br />
+        if (isIE)<br />
+            (el || this.scroller).detachevent(type, this, !!bubble);<br />
+        else<br />
+            (el || this.scroller).removeEventListener(type, this, !!bubble);<br />
+    },</p>
<p>-<br />
 	/**<br />
 	 *<br />
 	 * Public methods</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iki</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-30452</link>
		<dc:creator>Iki</dc:creator>
		<pubDate>Thu, 07 Mar 2013 11:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-30452</guid>
		<description><![CDATA[And yes... I&#039;m using Windows 7]]></description>
		<content:encoded><![CDATA[<p>And yes&#8230; I&#8217;m using Windows 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iki</title>
		<link>http://cubiq.org/iscroll-4/comment-page-12#comment-30451</link>
		<dc:creator>Iki</dc:creator>
		<pubDate>Thu, 07 Mar 2013 11:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=124#comment-30451</guid>
		<description><![CDATA[I have problems on Chrome ver. 25.0.1364.152 m and Firefox ver. 19.0. There&#039;s no warning or error in console. 

In IE ver. 9.0.8112.16421 is working fine. WTF?! 

I&#039;m stuck in the middle of the project, I&#039;m out of ideas and I cannot continue. Any clue?]]></description>
		<content:encoded><![CDATA[<p>I have problems on Chrome ver. 25.0.1364.152 m and Firefox ver. 19.0. There&#8217;s no warning or error in console. </p>
<p>In IE ver. 9.0.8112.16421 is working fine. WTF?! </p>
<p>I&#8217;m stuck in the middle of the project, I&#8217;m out of ideas and I cannot continue. Any clue?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
