What are some tips and tricks when developing web applications using the Series 40 Ovi browser platform?
What are some tips and tricks when developing web applications using the Series 40
Share
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.
For every code that is run on
function(), the Ovi browser will forward it to server to interpret it. So, make sure you do a minimal function() call. If you have to do it, try to usemwl.timer()to add a nice loading effect.For example:
In
index.html:In
code.js:You can optimize it to:
In
index.html:In
code.js: