11-12-2012 02:05 AM
Hi,
I am working on blackberry webworks project, in which using focus based navigation.
Now my problem is i have focus on one button and by clicking that button i am calling ajax which in turn loads new html for another page and loads it to specified div.
Now i need to set focus to one of elements in the loaded html but it not working and focus is still on last focused element.
Waiting for solution.
Thanks
11-12-2012 11:37 AM
Hello,
Have you tried setting it like this?
blackberry.focus.setFocus("my_element_id");