<?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: How to fix getting stuck when scrolling up in Framework7	</title>
	<atom:link href="https://www.timo-ernst.net/blog/2015/06/06/how-to-fix-getting-stuck-when-scrolling-up-in-framework7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/2015/06/06/how-to-fix-getting-stuck-when-scrolling-up-in-framework7/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Fri, 13 Nov 2015 12:00:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Timo		</title>
		<link>https://www.timo-ernst.net/blog/2015/06/06/how-to-fix-getting-stuck-when-scrolling-up-in-framework7/#comment-104194</link>

		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 13 Nov 2015 12:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3248#comment-104194</guid>

					<description><![CDATA[@Booyoun You can run your code when DOM tree is ready, so this would be a good place:

&lt;pre&gt;
$(document).ready(function () {
  // add code here
});
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>@Booyoun You can run your code when DOM tree is ready, so this would be a good place:</p>
<pre>
$(document).ready(function () {
  // add code here
});
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Booyoun		</title>
		<link>https://www.timo-ernst.net/blog/2015/06/06/how-to-fix-getting-stuck-when-scrolling-up-in-framework7/#comment-104035</link>

		<dc:creator><![CDATA[Booyoun]]></dc:creator>
		<pubDate>Wed, 11 Nov 2015 11:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3248#comment-104035</guid>

					<description><![CDATA[I think it will be useful! However, I don&#039;t know where is good place to paste your code. Could you explain it more?]]></description>
			<content:encoded><![CDATA[<p>I think it will be useful! However, I don&#8217;t know where is good place to paste your code. Could you explain it more?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Timo		</title>
		<link>https://www.timo-ernst.net/blog/2015/06/06/how-to-fix-getting-stuck-when-scrolling-up-in-framework7/#comment-98233</link>

		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Thu, 06 Aug 2015 12:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3248#comment-98233</guid>

					<description><![CDATA[Nah, the code works perfectly as it is, no problems here]]></description>
			<content:encoded><![CDATA[<p>Nah, the code works perfectly as it is, no problems here</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jay		</title>
		<link>https://www.timo-ernst.net/blog/2015/06/06/how-to-fix-getting-stuck-when-scrolling-up-in-framework7/#comment-95095</link>

		<dc:creator><![CDATA[Jay]]></dc:creator>
		<pubDate>Thu, 18 Jun 2015 03:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3248#comment-95095</guid>

					<description><![CDATA[don&#039;t bind to  touchstart,
Because this can cause the user to want to click, the first click, the screen is shifted, and then click the event does not trigger.

try bind to touchmove,I&#039;ve tried it a long time ago.]]></description>
			<content:encoded><![CDATA[<p>don&#8217;t bind to  touchstart,<br />
Because this can cause the user to want to click, the first click, the screen is shifted, and then click the event does not trigger.</p>
<p>try bind to touchmove,I&#8217;ve tried it a long time ago.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
