Questions tagged [stagewebview]

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.

66 questions
0
votes
0 answers

Youtube video on AIR iOS app isn't displayed anymore with AIR 23

I'm updating my iOS AIR app, and when I compile my IPA file using AIR 23, Youtube videos refuse to show up within my app. When I compile with AIR 20, everything goes back to normal, and youtube videos run normally on an iPhone. I'm using the…
0
votes
1 answer

Why am I getting "InvalidValueError" error when trying to implement Google Maps JavaScript API in an AIR Android application using StageWebView?

I am working on an AIR Android application and I needed to implement Maps in it. After looking around, I decided to use the Google Maps API for Javascript using the StageWebView class. When I run the project , I get this error: InvalidValueError:…
Danish Ajaib
  • 83
  • 10
0
votes
0 answers

StageWebView: Missing images on some websites

in my AIR Desktop-Application I use the StageWebView to display several Websites. For some websites everything works fine - for example when I try to load flickr.com. I can see the site with all informations and images. But on other sites all images…
appsperimental
  • 297
  • 2
  • 8
0
votes
0 answers

StageWebViewBridge not loading GoogleMaps v3 (Adobe Air)

I'm using StageWebViewBridge to load a GoogleMap v3, but i'm having troubles with iOS devices. Sometime it loads, and sometimes it doesn't with no apparent error. Also the "Complete" event gets fired randomly. I having the same issue reported…
BernalCarlos
  • 936
  • 3
  • 12
  • 25
0
votes
1 answer

Air for android StageWebView issue

I'm currently creating an app that has a stagewebview to display the contents of a website. When i load this page in the normal android browser i get the authentication popup which allows the user to login as shown below : When i test the movie in…
Gaz Smith
  • 1,100
  • 1
  • 16
  • 30
0
votes
1 answer

How to display StageWebView page in .ipa app from Flash Professional

I need to display a .mp4 file in a small app that I am building for the iPad with Flash Professional CC. The best way looks to be StageWebView, but I cant get this to work. I found some code that is supposed to do the trick but I keep getting…
StefanV
  • 1
  • 3
0
votes
0 answers

StageWebView Error #2044 What it means?

I'm using a StageWebView in an Air iOS app and it works fine until I change my screen and needs to remove this object. When I do this I get this error: Error #2044: Unhandled ErrorEvent:. text=A server with the specified hostname could not be…
Diego Prestes
  • 41
  • 1
  • 6
0
votes
2 answers

AS3/AIR: Finger-Scrolling a text document embeded within the app

I'm making my first mobile application on Flash/AS3 for both iOS and Android platforms. It's been months now that I'm working on the project, and as a final step, I'm making a help document to explain to the fellow users how to use the…
0
votes
1 answer

as3 StageWebView in a class not displaying

I am sure this is an easy one. I have one Main.as class calling a another class that is loading a StageWebView. If called by itself the StageWebView works fine, but when I call it from another class it will not display. What simple thing am I…
Papa De Beau
  • 3,744
  • 18
  • 79
  • 137
0
votes
2 answers

Is it possible to open the external browser from within a web page in StageWebView?

I'm using Adobe Air 4 to build an Android app. Is it possible to open the external browser from within a web page in a StageWebView? (e.g. the Android default browser)
Uli
  • 2,625
  • 10
  • 46
  • 71
0
votes
1 answer

Why does this Facebook page can't be displayed within a StageWebView?

By trying to open the website https://www.facebook.com/nike within a StageWebView, I received the following error: ReferenceError: Can't find variable: console at https://fbstatic-a.akamaihd.net/rsrc.php/v2/y2/r/KK4271o6DmT.js : 95 TypeError:…
Tom
  • 5,588
  • 20
  • 77
  • 129
0
votes
2 answers

how to close the native video player in Air for iOS using StageWebView

I open a video to play in the StageWebView: var webView:StageWebView = new StageWebView(); var path:String = 'http://www.winterlife.com/files/apps/zhdk/test.mp4'; webView.stage = this.stage; webView.viewPort = new Rectangle( x, y, width,…
nbuechi
  • 229
  • 4
  • 20
0
votes
1 answer

Air stagewebview scroll manipulation

I need a desktop Adobe Air app to scroll both vertically and horizontally a stagewebview (in order to center the content) after load is completed, hide the scroll vars of the stagewebview and prevent any scroll after the initial repositioning…
0
votes
2 answers

StageWebView in an AS3-Script

I allreday read a lot of helpful stuff in that forum. Now it's my first time I ask for specific help. I'm pretty new to Flash and have a problem I struggle for more then a week now. The most efficient and elegant way for my problem is to put a…
0
votes
3 answers

AIR- changing alpha or visibility of StageWebView instance

Using this class to wrap a StageWebView instance order to add it to the displaylist http://soenkerohde.com/2010/11/air-mobile-stagewebview-uicomponent/ However, no matter what I try, I am still unable to control the alpha or visibility of the…
Bachalo
  • 6,965
  • 27
  • 95
  • 189