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
11
votes
12 answers
Set Icon on Stage in JavaFX
I wanted to know how should I set icons on javaFX stage.
I have found this method, but it did not work properly.
stage.getIcons().add(new Image(iconImagePath));
stage is an instance of javafx.stage.Stage, and I have imported…

Siavash
- 503
- 1
- 5
- 25
4
votes
1 answer
StageWebView Flash's White when Displayed
StageWebView Flash's White when Displayed
So I've been working on a project using Adobe Animate to create a universal Air application that can be ported to multiple platforms i.e. Mac, Windows, and iOS.
It uses StageWebView to display videos…

Rebelord
- 41
- 5
3
votes
1 answer
Adobe Air: what browser does StageWebView use?
I'm thinking about implementing a web view in my iOS app, but I haven't been able to find any reference as to what browser does StageWebView use.
I suspect the browser will be different depending on the system used. So, on iOS it should be Safari...…

Pier
- 10,298
- 17
- 67
- 113
3
votes
1 answer
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 possible and if yes could you please suggest some…

Dave Bilodeau
- 249
- 1
- 5
- 13
3
votes
5 answers
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:

stereo
- 31
- 1
- 3
2
votes
1 answer
as3 air stagewebview memory issues
I have an app that opens a stagewebview window on one of it's pages to display a few specifics websites. I'm in the process of performance optimizing it and I've seemed to hit a snag with the stagewebview pages.
On all of the other pages, after a…

user3071888
- 83
- 10
2
votes
1 answer
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.

Dinesh
- 566
- 4
- 16
2
votes
1 answer
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 works fine, when I 'swipe' on the StageWebView it…

Dinesh
- 566
- 4
- 16
2
votes
1 answer
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..
My Code: …

Dinesh
- 566
- 4
- 16
2
votes
1 answer
SkinnablePopUpContainer Is Visually Blocked by StageWebView in Flex
For some unknown reason, my popup AlertMsg is visually blocked by the StageWebView:

Peter Lee
- 12,931
- 11
- 73
- 100
2
votes
1 answer
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?
For example, if I have a DIV and it is not…

1.21 gigawatts
- 16,517
- 32
- 123
- 231
2
votes
1 answer
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?

user1941346
- 73
- 1
- 1
- 5
2
votes
0 answers
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 (e.g., accessing cookies).
I'd like to think this is…

paleozogt
- 6,393
- 11
- 51
- 94
1
vote
0 answers
connect/disconnect bluetooth keyboard Adobe Air Android App Crash
My App crashes always after bluetooth keyboard connects or disconnects while StageWebView is active and the user is tapping on it.
I found out that Setting android:configChanges="orientation|keyboard|keyboardHidden" on the main activity could solve…

martomstom
- 593
- 7
- 18
1
vote
2 answers
Youtube video crops when loading it using StageWebView
When loading Youtube videos through the StageWebView Air component I need the video to be scaled down to the viewport size, displaying black bars is ok, however what I end up seeing is a cropped version of the original size of the video instead.
I'm…

Artemix
- 8,497
- 14
- 48
- 75