We have a simple mobile web application using jQuery.
The application is working good on a real blackberry 9700 device. But it’s not working on 9700 simulator.
Any suggestions on solving this problem are appreciated.
-Chaitanya
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Found that the actual device is the latest version of blackberry 9700 series. So, it could have some patches or updates. But on the simulator we could not get it to work.
Also, since blackberry 5.0 has very limited support to javascript and css, we could not get jQuery to work effectively.
Hence, we dropped out using jQuery and using XUI JS library for blackberry.