any-tdf / stdf

Mobile web component library based on Svelte and Tailwind
https://stdf.design
MIT License
598 stars 32 forks source link

[Feature Adjust] Slider & IndexBar components can not operate with keyboard on Pad device. #5

Closed shenliqing closed 1 year ago

shenliqing commented 1 year ago

Slider & IndexBar components is only bounden to the Touch event now. They can not be operated by keyboard on Pad device.

Suggest bind with keyboard with a option or as default.

dufu1991 commented 1 year ago

Modify the touch events in the components to pointer events @0.1.5. Thank you for your issue!

dufu1991 commented 1 year ago

And please help me to test it with your equipment, thank you!