tuarua / WebViewANE

WebView Adobe Air Native Extension for macOS 10.10+, Windows Desktop, iOS 9.0+ and Android 19+. This ANE provides access to a more modern webview from AIR.
Apache License 2.0
183 stars 53 forks source link

Feature request : WebView support "runtimeInBackgroundThread" in Android - AIR 50.2.1.1 #309

Open lwmirkk opened 1 year ago

lwmirkk commented 1 year ago

New AIR SDK 50.2.1.1 have the option to use : runtimeInBackgroundThread When using this option, the webview will not work:

Error: can't call function setVisible at flash.external::ExtensionContext/_call() at flash.external::ExtensionContext/call() at com.tuarua::WebView/set visible()[/Users/eoinlandy/flash/WebViewANE/native_extension/src/com/tuarua/WebView.as:577]

Its possible to update the ANE to use with this option?

Another trace:

https://pastebin.com/kYPiJ4um