ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

tab outside does not close picker on iPhone #65

Open tbba opened 6 years ago

tbba commented 6 years ago

Maybe the touchstart event also must be triggered?

I tried this successfully: $(document).off('click touchstart', clickHandler).on('click touchstart', clickHandler);