brentnycum / BNHtmlPdfKit

Easily turn HTML data from an HTML string or URL into a PDF file on iOS
MIT License
270 stars 63 forks source link

Unexpected page breaking issue and supporting WKWebView #20

Open irgaly opened 8 years ago

irgaly commented 8 years ago

UIWebView has unexpected page breaking bug, that is discussed below:

http://stackoverflow.com/questions/29964523/unexpected-page-breaks-when-printing-uiwebview

This bug seems to be fixed when I used WKWebView instead of UIWebView. I'd like to use BNHtmlPdfKit with WKWebView.