Has anyone had any experience of using flickcharm on S60 with a QWebView. The flicking works fine, but I have problems clicking on a photo that is in my html. I have the following lines in my code:
which means that when I click on an image I show another screen, but the clicking isn't working. It does eventually work, but I have to click multiple times to get a reaction.Code:mWebView->page()->setLinkDelegationPolicy (QWebPage::DelegateAllLinks); connect (mWebView->page(), SIGNAL(linkClicked(const QUrl)), this, SLOT(linkClickedSlot(const QUrl)));
Has anyone else seen anything like this? Any ideas?
Thanks



