Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

fix(gesture): don't stop hijacking clicks on ios&android when jquery is loaded #1869

Closed
wants to merge 1 commit into from

Conversation

FrankMeyer
Copy link
Contributor

Remove window.jQuery from check for hijacking clicks on mobile devices.
Touch clicks were emitted twice when jQuery was loaded which made checkboxes and buttons unusable on mobile devices.

Addressing Issue https://github.com/angular/material/issues/1842 Utilizing proposed fix

…y is loaded

	Remove window.jQuery from check for hijacking clicks on mobile devices.
	Touch clicks were emitted twice when jQuery was loaded which made checkboxes and buttons unusable on mobile devices.

	Addressing Issue angular#1842 Utilizing proposed fix
@MilosStanic
Copy link

+1 to merge this asap! Totally breaking android usability. Affects also non-angular-material components.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants