-
Hi,
Probably not a problem inside dropzone, but after tearing some of my hair out I wanted to leave the info somewhere:
If you include fastclick.js (https://github.com/ftlabs/fastclick) in a page tog…
-
I am using v2.3.0 of AdminLTE. In this the Select2 (v4.0) dropdowns are not opening on mobile devices. I tested on Chrome developer tools as well as Safari on iOS 9.
-
## Issue Overview
Customer reported this here:
https://secure.helpscout.net/conversation/455703472/11205?folderId=672194
Using in iPhone, while the form is open in a modal, touch into a text inpu…
-
### vux@2.0.11
``` html
Tab1
Tab2
Tab3
Tab4
@import '~vux/sr…
-
After just upgrading from iOS 12.3.1 to 13.3.1, all components in our React app that are using OverlayScrollbars now require two taps to select the target element.
We did try using https://github.c…
-
I've got both ftdomdelegate and dom-delegate installed in my bower_components when using Origami modules.
Why are there two different names? Which is the correct one to use?
-
Try FastClick https://github.com/ftlabs/fastclick/blob/master/lib/fastclick.js
-
Drawing on the canvas does not work on mobile browsers. No lines are created when attempting to draw.
-
FYI, FastClick was designed for use with UIWebView and is no longer needed with WKWebView, and the only way to stop it from interfering with button and hyperlink tap delay or not functioning is to use…
-
As mobile browser vendors now universally(?) implement something like fastclick's behaviour natively, is there a case for adding fastclick as a polyfill? It's a bit of a weird case as it's not a spec,…