I am loading a webpage from an external server using UIWebView. The page loads very slowly. Using Edge, it takes ~30 seconds. Using WiFi, it takes ~5-6 seconds. The same page is much faster when loading directly through Safari.
In the simulator, the UIWebView is very responsive.
Has anyone had any experience in increase the performance of the UIWebView? One thought I had was using static HTML pages and images, and loading/populating units of data with JSON.