StageWebView is a new API that allows AIR developers to embed HTML content in their mobile applications, and to render it using the platform’s native HTML rendering engine.

learn more… | top users | synonyms

0
votes
1answer
8 views

Load local file through HTML page inside stage webview

I have to show local image file in html through stagewebview. When I load url of html in flex application, text content displyaed correctly, but it doesn't show a images for that. Any way I can load ...
0
votes
1answer
14 views

stagewebvie is not displaying page in ipad

I have written Code like protected var swv:StageWebView = null; private var url:String = new String(stringnaveed.text); protected function view1_creationCompleteHandler(event:FlexEvent):void ...
1
vote
2answers
89 views

Ad and Stagewebview placement in AIR using LeadBolt ads

We're having trouble placing an ad from LeadBolt in the center of the screen in an app built in Adobe Air with ActionScript3. We are using StageWebView with simple HTML code to surround the script ...
0
votes
0answers
28 views

StageWebView ArgumentError

I have a strange problem with the StageWebView. The following code causes sometimes an ArgumentError in handleClick. I Have no idea how a ArgumentError can appear in this code...? Anyone an idea??? ...
0
votes
0answers
56 views

Adobe Air / Flash Builder: LocationChangeEvent holds a wrong location

I'm developing an Android app using flash builder. In my app, I have a StageWebView and I need the ability to review location change events as I want some of the links to be redirected to the browser. ...
0
votes
1answer
106 views

StageWebViewDisk Breaks the File Upload on iPad (iOS?)

I'm using Adobe Air for iPad/iPhone application. I'm also using StageWebViewBridge (https://github.com/paleozogt/StageWebViewBridge) as the main web content displaying container. My application ...
0
votes
0answers
123 views

Horizontal scrolling site in iPad Safari: How can I avoid blank space at the bottom of the page?

I want to create a horizontal scrolling page for an app (not a website) done with Adobe AIR (I'm using a StageWebView component for this, which uses Safari to render HTML). I don't want the page to ...
0
votes
0answers
95 views

Stagewebviewbridge + google map api, how to delete dublicated marker?

Hi I'm trying to do navigation using flash builder 4.6 air 3.5, stagewebviewbridge and google map api v 3. I put marker on html map, then I change it's position with setPos and timer, my marker is ...
2
votes
1answer
67 views

Alert Not Showing Front in StageWebview

I am using StageWebview to display my content in flex 4.6. When i open alert box it always showing background of the StaegeWebview. How to display alert box in front of StageWebview.
2
votes
1answer
91 views

Swipe Gesture Not Working in StageWebview

I am developing reader application in flex 4.6 and i displaying my content in StageWebView. I implemented swipe gesture in that view but its not working. when I 'swipe' below the StageWebView, it ...
2
votes
0answers
66 views

How to change StageWebview fontsize in flex 4

I am developing reader application in flex 4.6. I am using StageWebview to display my content.I want change the stagewebview fontsize when the user click my customized zoom button. How can i do this.. ...
1
vote
1answer
107 views

StageWebView fails to show keyboard on iPad/ios6.1

We are using StageWebView on iPad to show special sharing pages to user. Everything works fine (page loaded ok) except that after we upgraded our test iPad to 6.1, stagewebview stopped to popup ...
1
vote
1answer
153 views

Native video in Air on iOS stopping sound and microphone

I'm trying to play a native video in a StageWebView in an Air for iPad app that plays sound and requires user interaction via the microphone. Everything seems to work, but when I start playing the ...
0
votes
1answer
130 views

Using StageWebView to open web sites that contains flash contents without the need to the flash player on IOS?

I have a native flash application which works like a web browser using the StageWebView, I need a way to open the websites that contains flash contents without the need to the flash player to be ...
0
votes
1answer
290 views

SkinnablePopUpContainer Is Visually Blocked by StageWebView in Flex

For some unknown reason, my popup AlertMsg is visually blocked by the StageWebView: <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" ...
0
votes
0answers
235 views

Adobe AIR android: Stagewebview youtube black screen

Adobe AIR android: Stagewebview youtube black screen Hi! I use a StageWebView to load a youtube video into my application. It works perfectly on my LG Optimus 2X but not on Samsung Galaxy S2 and ...
1
vote
0answers
62 views

How to capture the errors traced to the console from StageWebView

When setting the content of a StageWebView to HTML markup that contains errors in JavaScript or HTML, those errors are traced to the console in Flash Builder. Is there a way to capture those errors? ...
1
vote
1answer
166 views

StageWebView AS3 - Check if it failed loading website?

Can I somehow check if the stageWebView didn't load the webpage? For example if the user doesn't have internet connection, it won't load google.com... Can I then check if it failed loading Google.com? ...
1
vote
1answer
167 views

Put something on top of the stagewebview with flash builder 4.6

I'm using stagewebview > Flash Builder 4.6 I have a stagewebview and I load an url in it. I want to show sometimes a slide panel on top of the stagewebview. I tried it, but the panel is always ...
0
votes
2answers
211 views

AIR Get hash value on LocationChangeEvent.LOCATION_CHANGING from StageWebView

I am building an HTML-based AIR app and in order to invoke ActionScript methods, I append hash tags on the HTML app's URL with specific patterns (#AIRBRIDGE_methodName_arguments). Using ...
3
votes
1answer
195 views

Flex Mobile App StageWebView Printing

I have an iphone app developed in Flash Builder/Flex Mobile Project that displays PDFs using stagewebview. I am interested in printing these PDFs from the application. Does any one know if this is ...
1
vote
1answer
135 views

Is it possible to add a movieclip over a bitmap of StageWebView

I want to add a simple spinnerloader(movieclip) over a StageWebView html page for that i converted StageWebView page to bitmap but that didnt work please help me to solve this problem var ...
2
votes
2answers
794 views

Flex Mobile StageWebView not displaying

I'm having issue on displaying the StageWebView on Flex Mobile 4.6 (Flash Builder 4.6), when I created it dynamically, the events are called properly but nothing is visible, here's my code: ...
0
votes
0answers
108 views

accessing StageWebView via ANE

I'd like to write an ANE that can access the native part of a StageWebView (iOS's UIWebView/Android's WebView). This is so that I can call native webview methods that StageWebView doesn't provide ...
0
votes
1answer
363 views

Issue reading video in stagewebview (Adobe AIR for Android)

I have a problem reading video in a StageWebView for Android device. I use the html5 video tag and I would like to read this video in a StageWebView for an Android application. For iOS I had no ...
0
votes
0answers
146 views

opening password protected pdf in air as3

I have a pdf url which is password protected. When I open the url in stagewebview a popup arises asking for username and password. When I enter the username and password the pdf opens. What I want is ...
0
votes
0answers
284 views

AIR for Android - StageWebView with Geolocation

I'm creating a cross-platform app using Flash CS6 targeted at AIR 3.3.0.3650. I setup a StageWebView and load a URL which uses geolocation via Google's JS API. I've ported my code from a working IOS ...
1
vote
1answer
312 views

Disabling iOS Elastic Scrolling on an embedded YT IFrame

I'm making an app in Adobe AIR targeting iOS 4.0+ and Android 2.3+. I've tried to disable iOS elastic scrolling for the embedded YT video: When the user presses the player's IFrame the whole video ...
0
votes
0answers
365 views

Youtube IFrame Player on Adobe AIR StageWebView on Android

I have an Adobe AIR application for iOS/Android where I want to play a Youtube video. I'm using AIR's StageWebView class for this. My tests on iOS (Simulator, original iPad, iPad 3, iPhone 3GS) work ...
0
votes
1answer
399 views

StageWebView Scrolling - iOS AIR

I am using the StageWebView Class to show html pages inside my iOS app. Everything is working fine except for the scrolling. It allowing the end-user to scroll the entire webview and is showing an ...
0
votes
1answer
286 views

What are some causes of StageWebView failure?

In my Flex app for iOS, I use a StageWebView to access a web portal for some of app settings. Occasionally, rather than showing the loaded portal, the StageWebView goes completely gray: No error ...