<?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: SwipeView</title>
	<atom:link href="http://cubiq.org/swipeview/feed" rel="self" type="application/rss+xml" />
	<link>http://cubiq.org/swipeview</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: Jit Gohil</title>
		<link>http://cubiq.org/swipeview/comment-page-4#comment-30788</link>
		<dc:creator>Jit Gohil</dc:creator>
		<pubDate>Fri, 15 Mar 2013 16:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30788</guid>
		<description><![CDATA[Hey Sudeep - scrolling works fine.  Did you remember to add an explicit height value to the container?  Double check that it has a specific height (in px), it&#039;s a block element (not span) and then finally, overflow-y: auto.  You probably don&#039;t want overflow-x to be scrolled since that&#039;ll mess with the swiping...]]></description>
		<content:encoded><![CDATA[<p>Hey Sudeep &#8211; scrolling works fine.  Did you remember to add an explicit height value to the container?  Double check that it has a specific height (in px), it&#8217;s a block element (not span) and then finally, overflow-y: auto.  You probably don&#8217;t want overflow-x to be scrolled since that&#8217;ll mess with the swiping&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo</title>
		<link>http://cubiq.org/swipeview/comment-page-2#comment-30687</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Thu, 14 Mar 2013 13:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30687</guid>
		<description><![CDATA[Any luck with the linking from images? I am needing the same thing!

Thanks.


-Marcelo]]></description>
		<content:encoded><![CDATA[<p>Any luck with the linking from images? I am needing the same thing!</p>
<p>Thanks.</p>
<p>-Marcelo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Hutchins</title>
		<link>http://cubiq.org/swipeview/comment-page-4#comment-30634</link>
		<dc:creator>Benjamin Hutchins</dc:creator>
		<pubDate>Wed, 13 Mar 2013 16:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30634</guid>
		<description><![CDATA[I noticed that if you swipe 3/4 of the way in a direction, then go back to center and release on (therefore not changing slides) the indicator at the top switches - and the pageIndex value does as well - thinking you changed pages, however the script will not correct itself because the pageIndex is only ever adjusted by increments of +1 or -1 and is not based on the position you are scrolled to.

I make a quick fix of:
this.pageIndex = this.page - (Math.floor(this.page / this.options.numberOfPages) * this.options.numberOfPages);

However, this may cause other problems, will have to ponder it and see if it works in all cases.]]></description>
		<content:encoded><![CDATA[<p>I noticed that if you swipe 3/4 of the way in a direction, then go back to center and release on (therefore not changing slides) the indicator at the top switches &#8211; and the pageIndex value does as well &#8211; thinking you changed pages, however the script will not correct itself because the pageIndex is only ever adjusted by increments of +1 or -1 and is not based on the position you are scrolled to.</p>
<p>I make a quick fix of:<br />
this.pageIndex = this.page &#8211; (Math.floor(this.page / this.options.numberOfPages) * this.options.numberOfPages);</p>
<p>However, this may cause other problems, will have to ponder it and see if it works in all cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudeep</title>
		<link>http://cubiq.org/swipeview/comment-page-4#comment-30359</link>
		<dc:creator>Sudeep</dc:creator>
		<pubDate>Mon, 04 Mar 2013 18:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30359</guid>
		<description><![CDATA[Terrific script! I noticed however that if for the inline horizontal carousels, if you replace the default paragraph text (Lorem Ipsum...) with just one  tag containig a huge chunk, then vertical scrolling is disabled. I even tried wrapping it in a div and setting the overflow to auto but no luck...any ideas? Thanks again for the awesome script]]></description>
		<content:encoded><![CDATA[<p>Terrific script! I noticed however that if for the inline horizontal carousels, if you replace the default paragraph text (Lorem Ipsum&#8230;) with just one  tag containig a huge chunk, then vertical scrolling is disabled. I even tried wrapping it in a div and setting the overflow to auto but no luck&#8230;any ideas? Thanks again for the awesome script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gandhar</title>
		<link>http://cubiq.org/swipeview/comment-page-3#comment-30346</link>
		<dc:creator>Gandhar</dc:creator>
		<pubDate>Mon, 04 Mar 2013 10:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30346</guid>
		<description><![CDATA[Hi,

Why swipeview stops working on default browser of Android 4.0.3 (Samsung Galaxy S II) when included in separate iframes in the same page?

Example code:- 


	
	Multiple swipes
		
	
		iframe1
		

		iframe2
	

		iframe3

		

		
]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Why swipeview stops working on default browser of Android 4.0.3 (Samsung Galaxy S II) when included in separate iframes in the same page?</p>
<p>Example code:- </p>
<p>	Multiple swipes</p>
<p>		iframe1</p>
<p>		iframe2</p>
<p>		iframe3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvey</title>
		<link>http://cubiq.org/swipeview/comment-page-3#comment-30230</link>
		<dc:creator>Harvey</dc:creator>
		<pubDate>Fri, 01 Mar 2013 01:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30230</guid>
		<description><![CDATA[How do you use this? I plugged in my own images into it and it works on my desktop. but when I upload onto my hosting site it doesn&#039;t work. which files do I have to upload as well or where should my images be located?]]></description>
		<content:encoded><![CDATA[<p>How do you use this? I plugged in my own images into it and it works on my desktop. but when I upload onto my hosting site it doesn&#8217;t work. which files do I have to upload as well or where should my images be located?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smitt Andy</title>
		<link>http://cubiq.org/swipeview/comment-page-3#comment-30215</link>
		<dc:creator>Smitt Andy</dc:creator>
		<pubDate>Thu, 28 Feb 2013 14:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30215</guid>
		<description><![CDATA[Is it possible to not set height? I have apges with different amount of text if I set height it chops the text.

Thanks a lot.
Andy]]></description>
		<content:encoded><![CDATA[<p>Is it possible to not set height? I have apges with different amount of text if I set height it chops the text.</p>
<p>Thanks a lot.<br />
Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehretf</title>
		<link>http://cubiq.org/swipeview/comment-page-3#comment-30136</link>
		<dc:creator>ehretf</dc:creator>
		<pubDate>Mon, 25 Feb 2013 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30136</guid>
		<description><![CDATA[Hi, great work, your script is amazing.
However I would like to know if it&#039;s possible to have scroll p/down enable.

Indeed alll exempla use a fixed height which is not very usable in my case as I would ajax some data in somes slides and I&#039;m looking for a way to have the div displaying all the information. With a fixed height, some data are not showing when there is a lot to display.

Thanks a lot

Best Regards.
FLorent]]></description>
		<content:encoded><![CDATA[<p>Hi, great work, your script is amazing.<br />
However I would like to know if it&#8217;s possible to have scroll p/down enable.</p>
<p>Indeed alll exempla use a fixed height which is not very usable in my case as I would ajax some data in somes slides and I&#8217;m looking for a way to have the div displaying all the information. With a fixed height, some data are not showing when there is a lot to display.</p>
<p>Thanks a lot</p>
<p>Best Regards.<br />
FLorent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adjel van der Meer</title>
		<link>http://cubiq.org/swipeview/comment-page-3#comment-30082</link>
		<dc:creator>Adjel van der Meer</dc:creator>
		<pubDate>Sat, 23 Feb 2013 13:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30082</guid>
		<description><![CDATA[Great library! Fast and efficient. Like some others, I&#039;m struggling with vertical scrolling for dynamic content though. I am displaying list of events with one &#039;page&#039; per day. There may be 50 events or no events. One way to handle this would be to adjust the overflow behavior of the wrapper. Now the constructor does this:
this.wrapper.style.overflow = &#039;hidden&#039;;
It may make sense to (optionally) add this:
this.wrapper.style.overflowY = &#039;auto&#039;;
You could add an option yScroll for that. I have noticed, however that this breaks the viewport position as it does not take the scrollbar width into account.
Is there a better way to handle dynamic content (other than fixing the height to a couple of thousand pixels..)?]]></description>
		<content:encoded><![CDATA[<p>Great library! Fast and efficient. Like some others, I&#8217;m struggling with vertical scrolling for dynamic content though. I am displaying list of events with one &#8216;page&#8217; per day. There may be 50 events or no events. One way to handle this would be to adjust the overflow behavior of the wrapper. Now the constructor does this:<br />
this.wrapper.style.overflow = &#8216;hidden&#8217;;<br />
It may make sense to (optionally) add this:<br />
this.wrapper.style.overflowY = &#8216;auto&#8217;;<br />
You could add an option yScroll for that. I have noticed, however that this breaks the viewport position as it does not take the scrollbar width into account.<br />
Is there a better way to handle dynamic content (other than fixing the height to a couple of thousand pixels..)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toni</title>
		<link>http://cubiq.org/swipeview/comment-page-3#comment-30032</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Thu, 21 Feb 2013 11:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=164#comment-30032</guid>
		<description><![CDATA[I have the same problem!!
Can Anybody help me??]]></description>
		<content:encoded><![CDATA[<p>I have the same problem!!<br />
Can Anybody help me??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
