Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Releases: ftlabs/fastclick

Fix various Firefox bugs by disabling FastClick in Firefox 27+

26 Jan 21:20
Compare
Choose a tag to compare

Fix bug: ‘Windows Phone 8.1: select and input elements not usable’ #304

25 Jan 18:06
Compare
Choose a tag to compare

Lots of bug fixes

25 Jan 18:14
Compare
Choose a tag to compare
  • Wrap whole lib in IIFE to circumvent problems with eval-based devtools #288
  • Fix bug affecting focusing of inputs of type ‘month’ #313
  • Fix bug affecting iframes on full screen iOS web apps #315
  • Fixes to JSDoc #326
  • Fixed device detection code for Windows Phone 8.1 #304
  • Update check for touch-action as prefixed version is no longer supported in IE11+ #336
  • Add timeout to tap to fix “Open Link in New Tab” being broken in some browsers #293 #292
  • Stop trying to fix a bug that isn't a bug anymore on newer iOS #57
  • ; #337