Quantcast
Viewing all articles
Browse latest Browse all 2010

Android: Authentication with StageWebView

So on Android, it looks like cookies aren't shared between StageWebView and AIR. This is a bit of a problem for me.

 

The login page (loaded via StageWebView) knows what cookies the server set, and I can throw them up from the StageWebView to the native app, but as far as I understand, there is no good way to set cookies from Air. Is that right? If so, is it something that can be done from an ANE (maybe use the CookieManager class?).

 

For those that had to deal with this pain, what workarounds did you employ?


Viewing all articles
Browse latest Browse all 2010

Trending Articles