-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
missing onClick event on Image to do in example "next() #143
Comments
I've reread my code. vue-easy-lightbox/src/vue-easy-lightbox.tsx Lines 522 to 549 in 75ff142
I also used different |
do you try to do this without any dependencies ? it might get truly hard to do event coordination, gesture recognition, handling clicks and swipes together, and tweaking sensitivity / tresholds ... maybe Hammer.js could help to simplify the handling of touch and mouse events. |
how to have @click="next()" feature on each lightbox element.
as i can not acces / style the img itself via slots, i suggest to have a slot for the content itself .
pseudo-code :
or please add a new pro like
:onClickNextImage = enabled
if there is a simple way how i could achive the same in a simpler way , please let me know
The text was updated successfully, but these errors were encountered: