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

百般思念 提交于 2019-12-11 13:34:25

问题


Since I don't have all the devices & iOS versions available at hand, it's difficult to understand some of the issues my client is experiencing on older devices (namely iPad 1 and 2, both running iOS 5 [unsure of minor version]).

Is there any documentation on how each of the iOSes respond to a webapp reaching it's cache size limit? (5MB supposedly? or I could be wrong, might just apply to the Web SQL Database size)

Also is the cache size limit the same across all devices & iOS versions?

Note: the issue my client is having is right at the beginning, it's showing up the page as if Javascript was disabled (I've sent a message to ask if that's the case). But in the event they haven't manually disabled it, could it be that Javascript is automatically disabled specifically on the webapp because the limit was exceeded?


回答1:


As far as limits goes, there is a long list of tests conducted by suburbia.org.uk using the browserstack.com tool.

It covers more than just the 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 a preview of the iOS tests, where each columns represent:

Browser Version | OS Platform | Device | Default maximum | Maximum (with prompts)



来源:https://stackoverflow.com/questions/30605991/how-does-various-ios-versions-differ-in-terms-of-webapp-cache-size-limit-its-r

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!