84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
楼主现在在写一个移动端的项目,做到一个搜索框的功能,要实现搜索内容在软键盘按了确认之后,把搜索框的value显示到下面的历史搜索的地方,这个功能我用了本地缓存去实现,在pc浏览器开发时候一切都好好的,到了手机测试的时候,用苹果手机测试那功能的时候,却没有反应,没有任何内容显示,在pc各个主流的浏览器上试了,一点问题都没有,之前借了几个同事的手机都没有反应,手机测试也试了几个浏览器,也不行,也没有进入无痕模式,请问是不是localstorage的问题?
ringa_lee
是不是localstorage的问题,你试个简单的值就可以了。比如locastorage.setItem("a",1);然后再取出来即可。做移动端开发这么多年还没碰到过这个不兼容。
但是有可能你的数据和js写法在ios的浏览器中不兼容导致数据出不来 ,与localstorage无关。
我在移动端,到没发现localstorage的问题。按理说PC端正常,手机端应该也是可以访问的。建议题主,详细测试一下存储到本地时的状况。
是不是localstorage的问题,你试个简单的值就可以了。比如locastorage.setItem("a",1);然后再取出来即可。做移动端开发这么多年还没碰到过这个不兼容。
但是有可能你的数据和js写法在ios的浏览器中不兼容导致数据出不来 ,与localstorage无关。
我在移动端,到没发现localstorage的问题。
按理说PC端正常,手机端应该也是可以访问的。
建议题主,详细测试一下存储到本地时的状况。