JavaScript memory and HTML5 LocalStorage limitations on smartphones

后端 未结 3 1837
轻奢々
轻奢々 2020-12-08 05:37

I\'m going to develop web application which should work on mobile devices (smartphones). In the application the operator will input some business data, and

3条回答
  •  我在风中等你
    2020-12-08 06:02

    just tested out your link: check localstorage

    • Chrome 16.0.912
    • iPad2 IOS 5.0.1
    • iPhone 3GS

    all go until 2.600.000 characters. Since UTF-8 has 4 bytes just multiply it by four and you get the total bytes.

    10400000 bytes = 9,918 MegaBytes

提交回复
热议问题