I am loading a relatively small PDF file (140kb) using UIWebView and even though this is working fine, I'm finding it lags a lot when I scroll and zoom. The PDF is a map so there's quite a lot of text and lines on it so I'm wondering if there's any way to accelerate it somehow so everything moves smoother? Would converting to PNG work better? It is smoother but the 140kb PDF become 1.2mb after the conversion so I don't know if that's a good solution.
Any advice would be appreciated.
Thanks