0.2.1 • Published 5 years ago
vue-prim v0.2.1
vue-aria
A library of Vue.js composables that provides accessible UI primitives.
:warning: Warning: vue-aria
only targets modern browsers. Older browsers may not work as expected.
See Supported Browsers.
Supported Browsers
- Edge (the Chromium-based one)
- Firefox
- Chrome
- Safari
- Opera
- iOS Safari
- Android Browser
- Opera Mobile
- Chrome for Android
- Firefox for Android
As I am only a single person, I can't test everything in all of these browsers. In addition, I don't have access to an iOS or macOS device and therefore can't test in Safari. Nevertheless, I am grateful for issues or pull requests regarding any browser.
Limitations
Because Firefox for Android does not support the PointerEvent
API,
the functionality of use-press
is limited to running onPress
. This is not a problem for useHover
because hover events are ignored on mobile anyways.