Hi,
My observation is "on touch based device touch/click response looks a bit
flaky"(if we put a plain webkit build on the touch device, say GTK port).

Some time we want to click a smaller link without doing zoom-in the webpage
on touched based device. In this situation the hit test does not return a
clickable node hence the click does not work(some times trigger the click
event to a wrong link which we can not fix) , but user feels that he already
clicked and device is not responding. Does any body has some thought on
improving this responsiveness , say ex. "by having multiple hit test on
surrounding area to find the nearest clickable element,if hit test fails
first time."

Also I have checked on FireFox plugin which does similar thing with some
magic numbers. here is the link for the same:
https://addons.mozilla.org/en-US/firefox/addon/lazy-click/

Any Thoughts/Suggestions.

Thanks in advance.
Arko Saha
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to