Hello All,
We have a Qt application being developed for S60 5th ed, 3rd ed and S^3 phones, the problem is in the customized browser that we have for non-touch phones.
Here goes the problem - There's a default cursor using which I can click on links n other editable areas, I've removed it and tried enabling the link activation through navigation keys (up, down, right n left arrows keys) using setNavigationMode(), setFocusPolicy() etc., so that the next clickable link is highlighted, but doesn't happen so, there's no effect of these statements at all.
Its a pain to use cursor for everything: moving the scroll bars, clicking on a link that's a meter away from this cursor &...
I went through few similar threads here, but couldn't find any clear solution. What have I missed to add in the code?



