Hi,
I am using jQuery 2.2.3 in a Windows 10 Mobile WebBrowser
component. Alas it seems that click events get omitted once on Windows
10 Mobile so that only the second click (or touch in this case) is
fired. The click event is registered like this:
$('#id').on
(
{
'click' : onClickDelegate
}
);
This
works fine on Android and iOS and Windows Phone 8 / 8.1. Only on
Windows 10 Mobile just the second touch fires the click event.
Events
like touchstart / touchend work on all platforms but I'd like to know
if this problem can be fixed by the jQuery developers so that I can stay
with the click event?
Many thanks in advance & best regards!
Mario.