thomasloven / lovelace-fold-entity-row

🔹 A foldable row for entities card, containing other rows
MIT License
561 stars 37 forks source link

Fold Entity Row gives some weird behaviour in mobile with lovelace swipe #158

Open n00bcodr opened 3 years ago

n00bcodr commented 3 years ago

My Home Assistant version: 2021.5.5

Fold-entity-row version (FROM BROWSER CONSOLE): 20.0.4

What I am doing: Adding a fold entity row in an entities card.

What I expected to happen: swipe like any normal view.

What happened instead: Has some issue somewhere and does not swipe like a normal view. https://photos.app.goo.gl/YhPkP69DJjPKaxgT9

Minimal steps to reproduce:

Add a fold entity row to an existing entities card.

# The least amount of code possible to reproduce my error

https://pastebin.com/BwMTNQL6

# End of code

Error messages from the browser console:

none as such.


By putting an X in the boxes ([X]) below, I indicate that I:

n00bcodr commented 3 years ago

I apologise if I did not raise a proper issue, but I am just unable to figure out how to put it in proper words, attached a screen recording as well.

hqsone commented 2 years ago

I have the same behavior.

n00bcodr commented 2 years ago

Hey @hqsone I switched to https://github.com/RossMcMillan92/lovelace-collapsable-cards, solves my use case, and does now have this behaviour.