I am using blackberry webworks and phonegap to develop a blackberry application. I always have to do an alert to get the values. I need to get the logs by something like console.log() or something similar. How to do it?
I am using blackberry webworks and phonegap to develop a blackberry application. I always
Share
You can use remote web inspector to debug your app:
Getting started with Web Inspector
Alternatively, I think you can push alt+lglg on the home screen to get access to the device log.