I am working on a heavily webview dependant application. Load times are decent now after optimizations on my web code, but its nowhere near speeds of a native app.
I wonder if its possible to store frequently used Javascript in the app itself, rather than loading it everytime from the server. Maybe a way to store/load that Javascript on the Webview.