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

WebView becomes visible after calling addTab() on macOS. #199

Closed Mwni closed 4 years ago

Mwni commented 5 years ago

WebView version: 2.1.1 OSX Air version: 32.0

When adding a new tab, a previously hidden WebView (via webview.visible=false) becomes visible again. webview.visible is still false.

As I'm writing this, I noticed setting

webview.visible = true
webview.visible = false

fixes it.

Still, it might be a bug worth fixing in the next major release.

Mwni commented 4 years ago

after looking through the commit that should have fixed this, i have to say i have no clue why this is still happening.