Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Contributor
Belyash
Posts: 7
Registered: ‎02-12-2012
My Carrier: MTS
Accepted Solution

How to Save/Read file on BB10 devices?

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 ?

Please use plain text.
Developer
The_Anomaly
Posts: 317
Registered: ‎08-06-2012

Re: How to Save/Read file on BB10 devices?

For now the BB10 device has the best HTML5 browser out, so you could use HTML5 File functionality.

https://developer.blackberry.com/html5/apis/filereader.html <- sadly theres no sample code here for noobs like me.

 

I went over to www.html5rocks.com to get some samples.

 

 

If it helped you, click like. :smileyhappy:
Please use plain text.