We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.7.8
swipes are not working on android google chrome and brave browser.
import { Splide, SplideSlide } from '@splidejs/react-splide' const SplidePractice: React.FC<ISplidePracticeProps> = ({ images }) => { return ( <div> <Splide aria-label="carousel" // onMove={(e, ind: number) => setActive(ind)} options={{ autoplay: false, drag: true, }} > {images.map((image, i) => ( <SplideSlide key={'SplideSlide_' + i}> <img src={image} alt={image} /> </SplideSlide> ))} </Splide> </div> )
No response
...
swipe should work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checks
Version
0.7.8
Description
swipes are not working on android google chrome and brave browser.
Reproduction Link
No response
Steps to Reproduce
...
Expected Behaviour
swipe should work
The text was updated successfully, but these errors were encountered: