(How) can I increase the quota limit of LocalStorage in Android WebView
问题 I need to increase the default quota limit of the LocalStorage in a Android WebView. Currently I can only use around 2.5MB. When trying to store more data, a quota_exceeded_err (dom exception 22) is raised. Any ideas or do I have to switch to db/file system ? 回答1: We're talking about HTML5 WebStorage DOCS There is plenty of question on the same theme, only not Android-specific HTML5 localStorage size limit for subdomains What is the max size of localStorage values? HTML5 LocalStorage size