Baremetrics / calendar

Date range picker for Baremetrics
MIT License
680 stars 79 forks source link

Feature/improved ios support #74

Closed azaytsev-csr closed 7 years ago

azaytsev-csr commented 7 years ago

We found the iOS 8 Safari support lacking, extended the autoprefixer browser versions. We also found that in our app mousedown was not working well with Safari on iOS, so we augmented the plugin with touchstart. In addition, we found that keeping contenteditable resulted in users getting the keyboard blocking the view and our users prefer using interactive controls anyway, so we removed contenteditable when we detect iOS.

kalepail commented 7 years ago

Nice! Will test and deploy asap. Really nice additions. Thanks!