本文介绍了如何使用Sencha touch 2单独访问本机iOS文件系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Sencha Touch应用程序。



在这个应用程序中有一个用例,我需要修改文本文件并在iOS设备上再次保存。



由于我已经处理了大约300-400 MB的数据,因此我无法使用本地存储(如果我错了,请纠正我)。

这里,我不想使用Phonegap或任何其他框架来访问本地文件系统。



解决方案

由于Sencha是一个构建HTML5应用程序的平台因此,网站),你不能访问本机iOS文件系统,除非你使用Sencha SDK工具和本地包装(但你似乎不想使用)。


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.

解决方案

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).

这篇关于如何使用Sencha touch 2单独访问本机iOS文件系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 00:32