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 possible, but I'm not sure how to get started.