-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons need to be tapped twice in order to fire the click event (iOS) #385
Comments
may this line is causing the issue? |
@LucaMele So far I found the following possible fixes:
|
@LucaMele |
yes i think so.. but we have not tested it yet on ACC right? |
Okay, on my iPhone it's still broken at ACC. |
did we merge it on master the fix? |
Sure, as a hotfix and it was tagged too as |
I just pruned the caches at ACC and it works now on my iPhone 😃 |
Released and working at prod of axa.ch |
Are you reporting a bug or a feature?
Expected Behavior
Buttons should trigger
click
upon single taps.Actual Behavior
<axa-button>
's do only fire click upon second tap. It seems that only those<axa-button>
are affected which use the<button>
tag internally. It seems that::hover
stateclick
eventSteps to Reproduce the Problem
<button>
tags will not trigger instantly.Specifications
TL/DR: just paste results from https://www.whatsmybrowser.org/
Please provide any relevant information about your setup - os, browser, node, npm, etc.
Same Bugs in other repos
Good explanations of what is going mad in iOS
Possible Solutions
The text was updated successfully, but these errors were encountered: