Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 353 Bytes

WKWebViewCache

This demo demonstrates the cache issue when opening a PDF in WKWebView.

-Click [Generated PDF] (it shows "Version1")
-Change the text (e.g. to "Version 2")
-Click [Generate PDF] (it still shows "Version 1")
-Check [Randomize file name]
-Click [Generate PDF] (Now it shows "Version 2")

Simulator