We have moved to a new Sailfish OS Forum. Please start new discussions there.
2

Plans for requestFileSystem support in browser?

asked 2014-01-15 19:21:41 +0200

gcobb gravatar image

I have a small html5 app which I would like to run locally on my phone. But it needs to retain (a few bytes of) context between each invocation. The app is purely local, doesn't interact with a web site and, most importantly, must work in airplane mode. So storing the data on a web site won't work.

Are there any plans to support requestFileSystem?

I believe this is important if HTML5 apps are to be supported.

edit retag flag offensive close delete

1 Answer

Sort by » oldest newest most voted
2

answered 2014-01-16 13:52:10 +0200

veskuh gravatar image

For simple things you can use Web Storage for storing offline content in Sailfish Browser. See: http://html5demos.com/storage

For more complex data you can use HTML5 indexedDB.

We haven't yet looked into File API, but will surely study it as soon as higher priority issues have been solved.

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
1 follower

Stats

Asked: 2014-01-15 19:21:41 +0200

Seen: 319 times

Last updated: Jan 16 '14