I've seen a lot of questions like this and I followed their advices but my UIWebView
still has a white background. I'm using it to read some ebooks
I've set opaque property to false, I've set background color property to clear color, my webview was still white.
I've set css background-color property of all my contents to transparent and my webview is still white.
background-color: transparent;
Any idea?