<?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 scroll up by tapping status bar in Cordova/PhoneGap	</title>
	<atom:link href="https://www.timo-ernst.net/blog/2015/10/05/how-to-scroll-up-by-tapping-status-bar-in-cordovaphonegap-apps-on-ios-with-webkit-overflow-scrollingtouch/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/2015/10/05/how-to-scroll-up-by-tapping-status-bar-in-cordovaphonegap-apps-on-ios-with-webkit-overflow-scrollingtouch/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Tue, 08 Nov 2016 14:44:30 +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/10/05/how-to-scroll-up-by-tapping-status-bar-in-cordovaphonegap-apps-on-ios-with-webkit-overflow-scrollingtouch/#comment-104481</link>

		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 30 May 2016 13:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3362#comment-104481</guid>

					<description><![CDATA[@jamil Well, your code looks different to mine. I use &lt;code&gt;window.addEventListener(&quot;statusTap&quot;, onStatusTap)&lt;/code&gt; and you call &lt;code&gt;document.addEventListener(&quot;statusTap&quot;, onStatusTap, false);&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>@jamil Well, your code looks different to mine. I use <code>window.addEventListener("statusTap", onStatusTap)</code> and you call <code>document.addEventListener("statusTap", onStatusTap, false);</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jamil		</title>
		<link>https://www.timo-ernst.net/blog/2015/10/05/how-to-scroll-up-by-tapping-status-bar-in-cordovaphonegap-apps-on-ios-with-webkit-overflow-scrollingtouch/#comment-104477</link>

		<dc:creator><![CDATA[jamil]]></dc:creator>
		<pubDate>Mon, 30 May 2016 05:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3362#comment-104477</guid>

					<description><![CDATA[dear 
I have done the same but the event is not firing. ?
am I missing some thing.

document.addEventListener(&quot;deviceready&quot;, onDeviceReady, false);
function onDeviceReady() {
    try {
        console.log(&quot;device is ready!!!&quot;);
        document.addEventListener(&quot;statusTap&quot;, onStatusTap, false);

&lt;code&gt;    console.log(cordova.file);
}
catch (e) {
    console.log(e);
}
&lt;/code&gt;

}

function onStatusTap() {
    try {
        console.log(&quot;tap is ready!!!&quot;);
        scrollUp();
    }
    catch (e) {
        console.log(e);
    }
}]]></description>
			<content:encoded><![CDATA[<p>dear<br />
I have done the same but the event is not firing. ?<br />
am I missing some thing.</p>
<p>document.addEventListener(&#8220;deviceready&#8221;, onDeviceReady, false);<br />
function onDeviceReady() {<br />
    try {<br />
        console.log(&#8220;device is ready!!!&#8221;);<br />
        document.addEventListener(&#8220;statusTap&#8221;, onStatusTap, false);</p>
<p><code>    console.log(cordova.file);<br />
}<br />
catch (e) {<br />
    console.log(e);<br />
}<br />
</code></p>
<p>}</p>
<p>function onStatusTap() {<br />
    try {<br />
        console.log(&#8220;tap is ready!!!&#8221;);<br />
        scrollUp();<br />
    }<br />
    catch (e) {<br />
        console.log(e);<br />
    }<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mobile Web Weekly No.78 &#124; ENUE Blog		</title>
		<link>https://www.timo-ernst.net/blog/2015/10/05/how-to-scroll-up-by-tapping-status-bar-in-cordovaphonegap-apps-on-ios-with-webkit-overflow-scrollingtouch/#comment-102551</link>

		<dc:creator><![CDATA[Mobile Web Weekly No.78 &#124; ENUE Blog]]></dc:creator>
		<pubDate>Thu, 15 Oct 2015 10:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://timo-ernst.net/?p=3362#comment-102551</guid>

					<description><![CDATA[[&#8230;] How to scroll up by tapping the status bar in Cordova/PhoneGap [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] How to scroll up by tapping the status bar in Cordova/PhoneGap [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
