jquery-date-range-picker icon indicating copy to clipboard operation
jquery-date-range-picker copied to clipboard

Revert touch devices tooltips disabling and fix double taps on iOS

Open jonathanarbely opened this issue 7 years ago • 1 comments
trafficstars

The culprit (src):

//if it is a touch device, hide hovering tooltip
if (opt.isTouchDevice) opt.hoveringTooltip = false;

I can only see one reason for this line of code, which is to prevent the double tap issue on iOS. Other then that, why hide important info delivered through the tooltips? This significantly reduces UX.

If we can't figure out a good reason for this, I'd propose a PR (in which I'll also try fixing the iOS double tap issue).

jonathanarbely avatar Jan 19 '18 10:01 jonathanarbely

This has been also mentioned in #147 and #467. I'm keeping this issue open to track this problem. PRs are welcome!

monovertex avatar Dec 29 '18 17:12 monovertex