I'm seeing a big delay of seconds after I touched a <a>
element in Firefox (54) until the click event gets fired. On Mouse Click I don't see any delay.
I'm using jQuery's $a.click(
event handler, but I have the same behaviour if I use the native a.addEventListener
.
I tried to analyse it and recorded when touchend
event is fired and how long it takes until the click
event gets fired.
I'm getting quite mixed results – from 10 to 7000 ms between the touchend and click. An alert is showing the delay, and after that the rest of the click handler is still executed quite late.
Also when using browsersync, and tapping the element on my phone, I see a reaction in the other browser immediately – but the phone firefox doesn't react for seconds.
Thanks for any hints on why the execution could be delayed so much.
I'm not able to pass the state value to the method or function in React [closed]
How to access array index of Cloud Firestore using query in Flutter?
Getting an unwanted space between Nav Items in Navbar Angular
PHP Script INSERT INTO SELECT does not insert, with no errors [closed]
SQL query to select students who have taken all subjects from subjects table
Displaying Dynamic placeholder content on Textbox in ReactJS
Extracting Parameters from Redirect URI - QuickBooks API / Python
This question already has an answer here:
I have a Wordpress page with a text widget containing a select dropdown menu, along with a JQuery function to scroll to an id of a dl element in a separate content widget on the same pageThe dl elements are contained within separate columns on a different...
I have a function the parameter has more than one values which I'm passing them after a loopI want to use the values Im getting to replace integers in a string by there older
I have a Menu-list, and when I pass the mouse hover an item display another list, but this list is larger and change the height of the documentThis create a bug in the page