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
1
vote
1 answer
AS3: Resize StageWebView on Event.RESIZE when using Starling
I'm building a mixed interaction AS3/AIR application. Some of my scenes use the regular CPU rendered display classes (flash.display.Sprite, flash.display.MovieClip) and another high-density graphics mode uses Starling. I can switch between and use…

Furious Coder
- 1,160
- 1
- 11
- 17
1
vote
1 answer
Adobe Air stagewebview not using useNative browser
Hi I am creating a desktop flex application with a stagewebview that will not use the native browser instead of the old webkit. The documentation says to specify useNative as true in the first parameter like below. Anyone have an idea?
I am building…

imp
- 1,110
- 8
- 13
1
vote
2 answers
Embed YouTube video on Adobe Air application for Android (without bugs)
I am trying to create an Adobe AIR that plays a YouTube video.
However, I have the usual problems mentioned when using StageWebView:
If I use hardware acceleration, the video appears strangely.
If I don't the initial video thumbnail appears but only…

George
- 215
- 3
- 8
1
vote
1 answer
Air StageWebView html5 content vs native browser performance
I am using StageWebView for displaying the html5 contents (a simple game) in AIR mobile app.
On some devices, Nexus 4 for ex., html5 in StageWebView has 10 FPS istead of 50-60 in mobile Google Chrome on same device! But StageWebView uses same…

morgenshtern
- 15
- 7
1
vote
0 answers
StageWebView, iOS, cross-origin requests
I have a mobile app built with Flash Builder 4.7, targeting iOS. I'm using StageWebView to display html/Javascript content that's built into the app. I have an in-app HTTP server that serves the html/Javascript content to the…

Fred Ross-perry
- 71
- 1
- 5
1
vote
1 answer
customize StageWebView
I'm trying to use StageWebView on Windows 8. Since air doesn't have a special version for windows 8, it will be using the desktop version of stagewebview. I would like to make the scrollbar bigger so the user can be easier to move the scrollbar. …

user1868324
- 11
- 3
1
vote
1 answer
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 that's used with LeadBolt. The ad loads as it should…

Poppe76
- 394
- 3
- 14
1
vote
1 answer
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 keyboard when user taps on input fields. There is…

IPv6
- 405
- 4
- 17
1
vote
1 answer
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 video, sound and microphone stop.
If I dispose the…

Paloma Sedeau
- 113
- 7
1
vote
1 answer
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 installed (i.e. i want the adobe air framework to act…

Abdallah Nasir
- 607
- 6
- 33
1
vote
1 answer
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 behind the stagewebview. I know that stagewebview isn't…

A.Vila
- 1,456
- 4
- 21
- 32
1
vote
1 answer
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 webView:StageWebView = new StageWebView();
var…

Pabo Koha
- 13
- 1
- 4
1
vote
1 answer
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 problem but on Android device the player is black and…

legarsjules
- 11
- 2
1
vote
1 answer
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 pans over and I can't seem to find a way around…

dornad
- 1,274
- 3
- 17
- 36
0
votes
0 answers
Error with Google Maps JavaScript API >= 3.28 and Apache Flex 4 StageWebView
Hi we're using Google Maps JavaScript Library inside of an Apache AIR WindowedApplications with Flex 4.14.1 and AIR 18.
The Google Map lives inside a HTML Page that we integrate in our AIR Application with Flex StageWebView…

longvalley
- 9
- 3