My problem is, that my app has black background. I inserted webview for showing HTML page, but when page is loading, background of webview is white. I need to have black background because app and page has black background. Is it possible? I found answers only for Android, but no for Flash Builder Mobile.
I tried set this in additional compiler arguments -default-background-color #000000 , but nothing happened.
Thank for advices