Hi, all. I have a problem with my app on android. On webview I have horizontal scroll and list of blocks one by one. Every event has the same class on which I add event handler on click. But when I scroll and clicked on some block the handler of another block (which placed very left from place where I clicked) is firing. It seems like android doesn't process the scroll and still "think" that I've clicked on the very previous event. It is very strange, cause in browser everything is ok and in android 4.4.2 too. Any suggestion, please?
Also when any webview opens I see the message:
[ERROR] : webview: onPageFinished: URL_OF_MY_WEBVIEW
Might It be some relations to the bug or not? My OS is Mac