11-05-2012 08:35 AM
Hello!
I want save some data in text file using JavaScript, but I can't use blackberry.io.file because this can't support on BB10.
How to save/read file on BB10 ?
Solved! Go to Solution.
11-05-2012 12:57 PM
For now the BB10 device has the best HTML5 browser out, so you could use HTML5 File functionality.
https://developer.blackberry.com/html5/apis/filere
I went over to www.html5rocks.com to get some samples.