Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
This should really be set to enable by default to match behaviour of other platforms and boost performance for remotely hosted apps.
DiskCache
Enables WebView caching, which prevents the app from issuing multiple network requests for the same resource.
The value can be either "disable" or "enable". The default value is "disable".
Example
<preference name="DiskCache" value="enable" />