zanna-37 / hass-swipe-navigation

↔️ Swipe through Home Assistant Dashboard views on mobile.
MIT License
351 stars 18 forks source link

Swipe Navigation with Bubble Card Dashboard #82

Open FalkPe opened 1 month ago

FalkPe commented 1 month ago

Hello, Since the last Update of Swipe Navigation I can't navigate through my dashboard when I hit a bubble card.

Is there a possibility to deactivate this feature which is included in the last release of swipe navigation?

Greetings Falk

zanna-37 commented 1 month ago

Unfortunately, PR #79 introduced a new exception (.bubble-button-card) that is needed to avoid swiping when dragging a bubble card slider. At the best of my knowledge, there is no way to be more specific than excluding the entire card. I tryed with .range-slider but it's not sufficient.

Maybe @Clooos can help us further.

Currently, the only way is to fork the repository, remove the exception, compile the repo, and add the compiled file manually, removing hass swipe navigation from your HACS. But this path is strongly discouraged.