How to access native iOS file system using Sencha touch 2 alone

▼魔方 西西 提交于 2019-12-08 13:35:14

问题


I am working on an Sencha Touch application.

There is a use case in this application where I need to modify text file and save it again on iOS device.

As I've deal with almost 300-400 MB of data, so I can't use local storage here(Please correct me if I am wrong).

Here, I don't want to use Phonegap or any other framework to access native file system.

Could you please tell me, how I can access native filesystem using Sencha touch alone.


回答1:


Since Sencha is a platform for building HTML5 apps (thus, websites) you cannot access the native iOS file system, unless you use Sencha SDK Tools and native packaging (but you don't seem to want to use that).



来源:https://stackoverflow.com/questions/11610961/how-to-access-native-ios-file-system-using-sencha-touch-2-alone

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