Swift - How to set the UIWebView's background color to be the same as the html page loaded in this UIWebView? Note: the background of html is loaded from style.css like:
body {
background: -webkit-linear-gradient(left, #fff, #F7F6FF);
}
Note2: there is many of html pages with different styles.css are loaded in the same UIWebView . So because that when I scroll down I want to see the same color behind the html page . thx :)