<?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: AIR2.5 StageWebView demo &#8211; OAuth Support</title>
	<atom:link href="http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/</link>
	<description>Mark Doherty - Blog Archive</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:02:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-8951</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 05 Dec 2011 22:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-8951</guid>
		<description>Also you can pass additional arguments to your app from the invoking 
source. Arguments can be passed in the URL scheme after the colon; for 
example: my-scheme:myparam.


(Android Mobile Application
Development-http://www.cogzidel.com/services/mobile-application-development)


</description>
		<content:encoded><![CDATA[<p>Also you can pass additional arguments to your app from the invoking<br />
source. Arguments can be passed in the URL scheme after the colon; for<br />
example: my-scheme:myparam.</p>
<p>(Android Mobile Application<br />
Development-http://www.cogzidel.com/services/mobile-application-development)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Doherty</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-8709</link>
		<dc:creator>Mark Doherty</dc:creator>
		<pubDate>Wed, 21 Sep 2011 10:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-8709</guid>
		<description>Hi Mamta, You should listen for the COMPLETE event as well

stageWebView.addEventListener(Event.COMPLETE, handleLocationChange);
				stageWebView.addEventListener(LocationChangeEvent.LOCATION_CHANGING, handleLocationChange);
          stageWebView.addEventListener(LocationChangeEvent.LOCATION_CHANGE, handleLocationChange);</description>
		<content:encoded><![CDATA[<p>Hi Mamta, You should listen for the COMPLETE event as well</p>
<p>stageWebView.addEventListener(Event.COMPLETE, handleLocationChange);<br />
				stageWebView.addEventListener(LocationChangeEvent.LOCATION_CHANGING, handleLocationChange);<br />
          stageWebView.addEventListener(LocationChangeEvent.LOCATION_CHANGE, handleLocationChange);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mamta</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-8705</link>
		<dc:creator>Mamta</dc:creator>
		<pubDate>Mon, 19 Sep 2011 09:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-8705</guid>
		<description>I am using stageWebView for showing webpage in my mobile app but don&#039;t know how to move back to my app once it gets loaded. In application descriptor file, I had already registered custom uri scheme (myapp://) for IOS devices and from the loaded page inside stageWebView, I was trying to call following URL myapp://webcam. But nothing had happened. It neither called LOCATION_CHANGE event of StageWebView not called INVOKE_EVENT of nativeapplication.

How can I fix this issue? 

Thanks in advance,
Mamta
</description>
		<content:encoded><![CDATA[<p>I am using stageWebView for showing webpage in my mobile app but don&#8217;t know how to move back to my app once it gets loaded. In application descriptor file, I had already registered custom uri scheme (myapp://) for IOS devices and from the loaded page inside stageWebView, I was trying to call following URL myapp://webcam. But nothing had happened. It neither called LOCATION_CHANGE event of StageWebView not called INVOKE_EVENT of nativeapplication.</p>
<p>How can I fix this issue? </p>
<p>Thanks in advance,<br />
Mamta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-8661</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 02 Aug 2011 00:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-8661</guid>
		<description>Johns:

I don&#039;t know about the links but with your reference to the stageWebView object you should be able to resize it after the soft keyboard has been hidden.

You&#039;ll have access to the screen size via NativeApplication from the air api and I&#039;m sure the keyboard fires an event when hidden but you&#039;ll have to search for that event and make a listener for it that will resize your stageWebView.

Hope it helps a bit.</description>
		<content:encoded><![CDATA[<p>Johns:</p>
<p>I don&#8217;t know about the links but with your reference to the stageWebView object you should be able to resize it after the soft keyboard has been hidden.</p>
<p>You&#8217;ll have access to the screen size via NativeApplication from the air api and I&#8217;m sure the keyboard fires an event when hidden but you&#8217;ll have to search for that event and make a listener for it that will resize your stageWebView.</p>
<p>Hope it helps a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johns</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-8657</link>
		<dc:creator>Johns</dc:creator>
		<pubDate>Wed, 27 Jul 2011 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-8657</guid>
		<description>I am using stageWebView in my mobile app but running into two problems. Hoping someone can help!

1) I want to load a simple web page with a link for a phone number and a link for email. If I view that page in the browser of my smartphone (Android/HTC/Evo), a click on the phone link launches the native dialer with the number already entered. and a click on the email link launches the default email client with the email address already populated.

BUT, when I access that very same web page inside my Adobe Air app (using stageWebView), clicking on either link causes a page not found message!!! How do I get stageWebView to properly handle these links as the default browser does?


2) Whenever my app triggers the soft keyboard to enter data into a text field on a form, after I finish and dismiss the soft keyboard my stageWebView remains resized as it was (automatically) to view the soft keyboard. So it is approx 1/2 of the screen when it should be on the whole screen. And the space where the soft keyboard was displayed is blank. No matter what page I navigate to this situation remains until I force close the app and restart.

How would I fix this?

Thanks in advance for any assistance!</description>
		<content:encoded><![CDATA[<p>I am using stageWebView in my mobile app but running into two problems. Hoping someone can help!</p>
<p>1) I want to load a simple web page with a link for a phone number and a link for email. If I view that page in the browser of my smartphone (Android/HTC/Evo), a click on the phone link launches the native dialer with the number already entered. and a click on the email link launches the default email client with the email address already populated.</p>
<p>BUT, when I access that very same web page inside my Adobe Air app (using stageWebView), clicking on either link causes a page not found message!!! How do I get stageWebView to properly handle these links as the default browser does?</p>
<p>2) Whenever my app triggers the soft keyboard to enter data into a text field on a form, after I finish and dismiss the soft keyboard my stageWebView remains resized as it was (automatically) to view the soft keyboard. So it is approx 1/2 of the screen when it should be on the whole screen. And the space where the soft keyboard was displayed is blank. No matter what page I navigate to this situation remains until I force close the app and restart.</p>
<p>How would I fix this?</p>
<p>Thanks in advance for any assistance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-8599</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 13 Apr 2011 15:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-8599</guid>
		<description>stageWebView doesn&#039;t fire LocationChangeEvent properly on Android StageWebView

See comment and post here: http://www.terrenceryan.com/blog/post.cfm/stagewebview-location-changing-without-a-page-refresh#respond</description>
		<content:encoded><![CDATA[<p>stageWebView doesn&#8217;t fire LocationChangeEvent properly on Android StageWebView</p>
<p>See comment and post here: <a href="http://www.terrenceryan.com/blog/post.cfm/stagewebview-location-changing-without-a-page-refresh#respond" rel="nofollow">http://www.terrenceryan.com/blog/post.cfm/stagewebview-location-changing-without-a-page-refresh#respond</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Doherty</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-7677</link>
		<dc:creator>Mark Doherty</dc:creator>
		<pubDate>Mon, 19 Jul 2010 13:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-7677</guid>
		<description>You can access the beta and get started now at labs.adobe.com.

Mark</description>
		<content:encoded><![CDATA[<p>You can access the beta and get started now at labs.adobe.com.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Current Tweetr / OAuth Progress &#124; blog.swfjunkie.com</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-7674</link>
		<dc:creator>Current Tweetr / OAuth Progress &#124; blog.swfjunkie.com</dc:creator>
		<pubDate>Sun, 18 Jul 2010 23:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-7674</guid>
		<description>[...] a quick look at how OAuth will work for mobile, check out Mark Dohertys AIR 2.5 StageWebView Demo where he shows off pinless OAuth on an Android Mobile [...]</description>
		<content:encoded><![CDATA[<p>[...] a quick look at how OAuth will work for mobile, check out Mark Dohertys AIR 2.5 StageWebView Demo where he shows off pinless OAuth on an Android Mobile [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-7672</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sun, 18 Jul 2010 18:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-7672</guid>
		<description>AIR 2.5 beta ??? 

WOW.. Thats great...  Keen to know more.. 

When it is going to be released?</description>
		<content:encoded><![CDATA[<p>AIR 2.5 beta ??? </p>
<p>WOW.. Thats great&#8230;  Keen to know more.. </p>
<p>When it is going to be released?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AIR2.5 StageWebView demo – OAuth Support &#124; Flash Stock Files</title>
		<link>http://www.flashmobileblog.com/2010/07/17/air2-5-stagewebview-demo-oauth-support/comment-page-1/#comment-7645</link>
		<dc:creator>AIR2.5 StageWebView demo – OAuth Support &#124; Flash Stock Files</dc:creator>
		<pubDate>Sat, 17 Jul 2010 17:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashmobileblog.com/?p=1139#comment-7645</guid>
		<description>[...] See the original post  [...]</description>
		<content:encoded><![CDATA[<p>[...] See the original post  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

