I try to use \'paginationMode\' to make my html-content pagination for iOS 7 latter.
//set webview to transparent webView.backgroundColor = [UIColor clearColor]
Maybe try to set the background of the scrollView to clear ?
webView.scrollView.backgroundColor = [UIColor clearColor];
EDIT Ok so it seems that after setting
UIWebPaginationMode
The background become white behind :/