开发者

Is it possible to display an Android webview as a Native Extension in AIR?

开发者 https://www.devze.com 2023-04-11 07:32 出处:网络
Is it possible to di开发者_如何转开发splay a webview on the stage via a native extension in an AIR app published for Android?No, but the ANE can launch a new Activity which contains a webview. (but no

Is it possible to di开发者_如何转开发splay a webview on the stage via a native extension in an AIR app published for Android?


No, but the ANE can launch a new Activity which contains a webview. (but not embbed a webview inside a stage)

The best is to use directly the Adobe Air widget StageWebView.


You may use adobe's StageWebview or myappsnippet's RichWebview https://github.com/myflashlab/webView-ANE (I'm the developer of RichWebview, feel free to ask questions if you might have any)

0

精彩评论

暂无评论...
验证码 换一张
取 消