在 S60v3 移动浏览器中使用 Javascript 保存文件

发布于 2024-07-25 01:21:54 字数 301 浏览 1 评论 0原文

我正忙于试验 TiddlyWiki 并尝试让它在我的诺基亚 E51(使用 S60v3)上运行。 该浏览器是基于webkit,这应该意味着我本来可以让它发挥作用,但到目前为止还没有运气。

有人有在这个平台上本地保存文件的经验吗?

I'm busy experimenting with TiddlyWiki and trying to get it to run on my Nokia E51, which uses S60v3. The browser is based on webkit, which should mean that I'd be able to get it to work, but no luck so far.

Does anyone have any experience with saving files locally on this platform?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情感失落者 2024-08-01 01:21:54

我浏览了 TiddlyWiki 的源代码。 对于文件操作,它使用 jQuery.twFile 插件,而该插件又使用自定义 Java 小程序在基于 Webkit 的浏览器上。 S60 浏览器不支持java applet,所以恐怕你运气不好。

I skimmed through the source of TiddlyWiki. For its file operations it is using the jQuery.twFile plugin which in turn uses a custom Java applet on Webkit-based browsers. The S60 browser does not support java applets so I'm afraid you're out of luck.

淡忘如思 2024-08-01 01:21:54

我在这里可能是错的,但快速浏览一下诺基亚论坛上的小部件培训课程,就会发现 S60 上似乎无法通过 JavaScript 访问文件系统。

http://www.forum.nokia.com/Tools_Docs_and_Code/Documentation/Web_Technologies/< /a>

看起来您确实应该从网络检索持久数据。

我希望网络浏览器缓存允许您多次查询远程数据,而只传输一次。

I may be wrong here but a quick look at the widget training course on forum Nokia makes it seem like file system access from JavaScript isn't available on S60.

http://www.forum.nokia.com/Tools_Docs_and_Code/Documentation/Web_Technologies/

It really look like you're supposed to retrieve persistent data from the network.

I would hope the web browser cache allows you to query remote data several times while only transfering it once.

凌乱心跳 2024-08-01 01:21:54

在我的 E51 上,我能够以老式方式下载文件:指向具有合适 mimetype 的文件的简单链接。

On my E51 I am able do download files the old-fashion way: A simple link to a file with a fitting mimetype.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文