html5 - How does various iOS versions differ in terms of webapp cache size limit & its response? -


since don't have devices & ios versions available @ hand, it's difficult understand of issues client experiencing on older devices (namely ipad 1 , 2, both running ios 5 [unsure of minor version]).

is there documentation on how each of ioses respond webapp reaching it's cache size limit? (5mb supposedly? or wrong, might apply web sql database size)

also cache size limit same across devices & ios versions?

note: issue client having right @ beginning, it's showing page as if javascript disabled (i've sent message ask if that's case). in event haven't manually disabled it, javascript automatically disabled on webapp because limit exceeded?

as far limits goes, there long list of tests conducted suburbia.org.uk using browserstack.com tool.

it covers more ios devices (android, windows phones, desktop oses, chrome, firefox, opera, etc.)

http://suburbia.org.uk/appcache_limit_tests/html5_application_cache_device_storage_limits-jan_2014.pdf

here's preview of ios tests, each columns represent:

browser version | os platform | device | default maximum | maximum (with prompts)

enter image description here


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -