-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Is your feature request related to a problem?
Is your feature request related to a problem?
Not a problem.
Describe the solution you'd like
I would love the ability to expand on 'allowTapping | boolean | true | Allow tapping on slider track to activate. If false only dragging by thumb will activate it.' to something like 'allowTapPassthrough' whereby if you disable tap, and enable slide, you can still acess the cards tap/hold/double tap actions. This could be especially useful for sliders which are an overlay to the card. Currently if you disable tap, "nothing happens" on tap, nor can you double tap. but the slide works as intended.
Describe the solution you'd like
Ultimately, I'm looking at achieving a similar function to bubble card, but i wanted more control over the card using a combination of button-card and my-slider-v2.
I feel that by adding a passthrough option, the js could be injected at the slider level's code to allow for passthrough but my coding skills are not good enough to fork and attempt.
current solution. at the moment i have a sub-button toggle which when on, it shows the slider, and when its off, it hides the slider (and gives me access to the card tap, double tap and hold).
Describe alternatives you've considered
I have attempted to do do some :active css to disable pointer-events:auto however that wouldnt work as the css can't 're-render' after its tapped.
Additional context
No response