Swipe an Climate Control doesn't work well together
Closed this issue · 4 comments
richard-scott commented
KTibow commented
You should disable prevent_default
. You can also change swipe_amount
.
maykar commented
This shouldn't be happening as the thermostat card is included in the list of cards/elements where swipe-navigation should be ignored.
Will look into it.
maykar commented
I can't replicate this. Not only are swipes ignored on the thermostat card by default, but they are ignored on the slider element it uses as well.
What is your swipe nav config?
richard-scott commented
Hmmm, it seems ok for me today... maybe I had phat fingers ;-(
I've just tried and checked my settings and they are these:
swipe_nav:
wrap: true
animate: swipe
prevent_default: true
swipe_amount: 50
I think we can close this one now as a false positive.