<?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"
> 
<channel>
	<title>Appcelerator Developer Center Q&amp;A Tag Feed (webivew)</title> 
	<atom:link href="http://developer.appcelerator.com/questions/feed/tag/webivew" rel="self" type="application/rss+xml" /> 
	<link>http://developer.appcelerator.com/questions/feed/tag/webivew</link> 
	<description>Appcelerator Developer Center Q&amp;A feed for the tag: "webivew"</description> 
	<lastBuildDate>Thu, 23 May 2013 14:38:33 -0700</lastBuildDate> 
	<pubDate>Thu, 23 May 2013 14:38:33 -0700</pubDate>
	<copyright>Copyright (c) 2008-2013 by Appcelerator Inc.</copyright>
	<webMaster>info@appcelerator.com</webMaster>
	<generator>Appcelerator Developer Center</generator>
	<ttl>5</ttl>
	<language>en</language>
	<item>
		<title>Webview not firing event</title> 
		<link>http://developer.appcelerator.com/question/120305/webview-not-firing-event</link>
		<pubDate>Sat, 28 May 2011 22:40:57 -0700</pubDate>
		<dc:creator>Gregor Munro</dc:creator> 
				<category><![CDATA[fireevent]]></category> 
				<category><![CDATA[addeventlistener]]></category> 
				<category><![CDATA[webivew]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/120305/webview-not-firing-event</guid>
		<description><![CDATA[Hi folks,
Pulling my hair out here with a event listener that isnt firing on iPhone with 1.7.0 RC1. Its a basic webview that is supposed to load data to a table when the page is loaded. I've simplified it right back but it appears that not even a simple Ti.API.info is called.

In my app.js I have
~~~
var webview=Titanium.UI.createWebView{(url:'localpage.html')};
win.add(webview);
win.open; 
....
Ti.App.fireEvent('renderData', { data: [1,2,3,4]} );
~~~
and in my html file I have
~~~
&lt;script&gt;
Ti.App.addEventListener('renderData', function(data) {
  Ti.API.info('Fired with data:'+data.data);
});
&lt;/script&gt;
~~~
Anybody also experiencing this with 1.7.0RC1?
Ta]]></description>
		<content:encoded><![CDATA[<p>Hi folks,
Pulling my hair out here with a event listener that isnt firing on iPhone with 1.7.0 RC1. Its a basic webview that is supposed to load data to a table when the page is loaded. I've simplified it right back but it appears that not even a simple Ti.API.info is called.</p>

<p>In my app.js I have<pre class="javascript codeblock"><span class="kw2">var</span> webview<span class="sy0">=</span>Titanium.<span class="me1">UI</span>.<span class="me1">createWebView</span><span class="br0">&#123;</span><span class="br0">&#40;</span>url<span class="sy0">:</span><span class="st0">'localpage.html'</span><span class="br0">&#41;</span><span class="br0">&#125;</span><span class="sy0">;</span>
win.<span class="me1">add</span><span class="br0">&#40;</span>webview<span class="br0">&#41;</span><span class="sy0">;</span>
win.<span class="kw3">open</span><span class="sy0">;</span> 
....
<span class="me1">Ti</span>.<span class="me1">App</span>.<span class="me1">fireEvent</span><span class="br0">&#40;</span><span class="st0">'renderData'</span><span class="sy0">,</span> <span class="br0">&#123;</span> data<span class="sy0">:</span> <span class="br0">&#91;</span><span class="nu0">1</span><span class="sy0">,</span><span class="nu0">2</span><span class="sy0">,</span><span class="nu0">3</span><span class="sy0">,</span><span class="nu0">4</span><span class="br0">&#93;</span><span class="br0">&#125;</span> <span class="br0">&#41;</span><span class="sy0">;</span></pre>and in my html file I have<pre class="javascript codeblock"><span class="sy0">&lt;</span>script<span class="sy0">&gt;</span>
Ti.<span class="me1">App</span>.<span class="me1">addEventListener</span><span class="br0">&#40;</span><span class="st0">'renderData'</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">&#40;</span>data<span class="br0">&#41;</span> <span class="br0">&#123;</span>
  Ti.<span class="me1">API</span>.<span class="me1">info</span><span class="br0">&#40;</span><span class="st0">'Fired with data:'</span><span class="sy0">+</span>data.<span class="me1">data</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span></pre>Anybody also experiencing this with 1.7.0RC1?
Ta</p>
]]></content:encoded>
	</item>
	<item>
		<title>Webview is the only option to load PDF?</title> 
		<link>http://developer.appcelerator.com/question/119060/webview-is-the-only-option-to-load-pdf</link>
		<pubDate>Thu, 28 Apr 2011 02:51:21 -0700</pubDate>
		<dc:creator>Manaday Mavani</dc:creator> 
				<category><![CDATA[ipad]]></category> 
				<category><![CDATA[pdf]]></category> 
				<category><![CDATA[webivew]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/119060/webview-is-the-only-option-to-load-pdf</guid>
		<description><![CDATA[Hi All,

Please suggest something if you have any idea on the following -

1. Is there any option avail other than webview to load PDF in iPad app?

2. What if I wanted to navigate on 200th page of PDF? Just a cumbersome scroll is the way? ]]></description>
		<content:encoded><![CDATA[<p>Hi All,</p>

<p>Please suggest something if you have any idea on the following -</p>

<ol>
<li><p>Is there any option avail other than webview to load PDF in iPad app?</p></li>
<li><p>What if I wanted to navigate on 200th page of PDF? Just a cumbersome scroll is the way?</p></li>
</ol>
]]></content:encoded>
	</item>
</channel>
</rss>