pikax / vue-composable

Vue composition-api composable components. i18n, validation, pagination, fetch, etc. +50 different composables
https://pikax.me/vue-composable/
MIT License
1.17k stars 67 forks source link

fix(matchMedia): in ios safari < 12 method is addListener instead of … #1000

Closed walfly closed 1 year ago

walfly commented 2 years ago

…addeventlistener

We are experiencing some errors from users with older versions of ios. As noted in this footnote on mdn. Old safari ios has a slightly different API for mediaQueryList Screen Shot 2021-08-23 at 3 49 09 PM

walfly commented 2 years ago

@pikax This has been open for a long time. Anything I can do to get it merged.