IBM Mobilefirst WL.JSONStore无法在Windows Phone中存储大型Json数据

时间:2017-06-01 09:29:44

标签: javascript ibm-mobilefirst ibm-mobilefirst-windows

我正在使用WL.JSONStore离线存储JSON数据。但是当我的Json数据超过2K时,它在Windows手机中失败了。

它没有通过任何错误,相同的代码在Android和iOS中正常工作。

这是我的代码。

WL.JSONStore
           .get(COLLECTION_NAME)
           .add(response.responseJSON.collection)
           .then(
            function (data) { <code> };

0 个答案:

没有答案