문제

I'm developing a HTML5 Webworks application for Blackberry OS 5+.

I have to store user name, password and locale. However, I don't know how.

I could use local store, but it is only available on Blackberry OS 6+.

Someone suggested me that I can write my own plugin, but I don't know how to do it.

How can I store user name, password and language on Blackberry OS 5+?

올바른 솔루션이 없습니다

다른 팁

https://developer.blackberry.com/html5/api/blackberry.io.file.html

Use that link and maybe save to a file and read from a file? Its a shame you cant use local storage it would work great. What OS is it your using?

Thought this might be handy for you to read: http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Using-localStorage-for-pre-OS-6-devices/td-p/703827

I've used it a few times and seems to work...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top