Blog
- July 20, 2011
- Camera and read directory was not working in BlackBerry 5.0 PhoneGap application - solved
Problem:
Camera and read directory was not working in BlackBerry models with OS 5.0 when using PhoneGap.
Solution:
I had deleted json2.js file reference from my html page, because I was not using this js library anywhere in my project.
After spending 2 hours, I realize that this file was used by PhoneGap js api to use camera and read directory, specially in 5.0 OS devices.
P.S.
I didn't find significance of this file in PhoneGap documentation. That's why developers will survive in open source market.
- Read More
- By Vikas
- Comments(0)
- June 10, 2011
- Run BlackBerry PhoneGap Application on other BlackBerry Models
Hi,
I am currently developing BlackBerry Application using PhoneGap.
Basically PhoneGap is a BlackBerry WebWork project. Eclipse has plugins for that.
But when you use this Eclipse plugin, you can have only three simulators listed to test you Application.
- Read More
- By Vikas
- Comments(0)