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.
Questions tagged [stagewebview]
66 questions
0
votes
2 answers
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 window.location = '#AIRBRIDGE_methodName_arguments'; in the…

cbm3384
- 281
- 1
- 6
- 14
0
votes
2 answers
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 unsightly gray background after reaching the end of…

user1549489
- 1
- 2
0
votes
1 answer
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 event is dispatched, and the component can still be…

Michael Brewer-Davis
- 14,018
- 5
- 37
- 49
-1
votes
1 answer
Google Maps API v.3.31 update breaks StageWebView and StageWebViewBridge
Google maps loaded via Flex/AS3/AIR HTML component, StageWebView, and StageWebViewBridge no longer display the standard map Markers and produces runtime errors.
Has anyone else noticed this? Solutions/workarounds?

Frank McGuire
- 11
- 1
-1
votes
2 answers
How to position spark List control below StageWebView in Flex Mobile
I am developing mobile application for iOS and Android using Flex Mobile. On one of the views I am displaying StageWebView with a Google map and a spark List control to display another data. I am using the StageWebView in order to benefit from…

Ivan Nikolov
- 235
- 2
- 18
-1
votes
2 answers
how can i read page source from StageWebView in Flex 4.6
how can i read page source from StageWebView in Flex 4.6?
i cant use HttpRequest to read source because my url link to another Unique url(for everyone) contain session and need to login, so i think i have one way to get page source using…

user3118109
- 133
- 1
- 1
- 8