Skip to main content
Inspiring
April 5, 2012
Question

<a href not working in stageWebView local HTML files.

  • April 5, 2012
  • 1 reply
  • 1625 views

I have an HTML page that I'm loading with stageWebView locally.  The href statements are not working for this.  Any idea why this would happen ?

This topic has been closed for replies.

1 reply

Inspiring
April 5, 2012

Do you only use stageWebView to display HTML files? or you have some event parsing around other compoment?

If you only use the webview to display, I recommend you use native UIWebview, and I already created the ANE file.

My ANE file doesn't have the implementation of event firing back from objective-c to Flex (doesn't need for my project), but it's not hard to add some if you need.

If you did not correctly use the href in stageWebView, please ignore what I just said. And I am also looking forward to see someone here can answer this question.

-Matthew

Applauz78Author
Inspiring
April 5, 2012

We have our own implemetation of a banner rotator built in jQuery ..   there is a section in the app that displays this via stageWebView.  None of the links to go to the app store work.    

Inspiring
April 5, 2012

Can you explain in a little detail please? From the code perspective, are you saying that you are parsing something from the Flex to the stageWebView? 

It's still feasible if that is the case via native extension.

BTW, can I try your app from the app Store, share the link plz?