Hi, whenever I use CH with hidden tabs, swipes do not seem to work. Even if I specify in swipe_nav which tabs to skip it would still skip the ones that are ‘hidden’ through CH.
I think that because the two projects live separate now, maybe configuring them shouldn’t affect the other (just a thought ofc).
Btw, been playing around with CH a bit more and it is really cool stuff what I have seen so far. Awesome.
mayker
(maykar (pronounced "maker" with a southern accent))
103
HA 0.107
Just as a heads up Swipe Navigation is not ready for 0.107, specifically the panels feature but possibly more. An update is being worked on. If you rely on this for your setup I would recommend holding off on updating until the next release of swipe nav.
In response to my question here I manually installed the latest version of your script and it works using IOS 13.(latest) and Safari on my iPhone. HA version 0.114.2. Thanks for this must have functionality!
I did find a cosmetic issue/bug when swiping to the 2nd view (first swipe). It looks like the view is vertically centered and so the lovelace title is not displayed, as are the top entities in the view. When continuing to the next view, it seems to be aligned at top again.
Of course you can swipe vertical to go to the top of the (2nd) view again, but i think it is a cosmetic bug that hopefully is easy to fix.
mayker
(maykar (pronounced "maker" with a southern accent))
113
Can’t seem to replicate this issue, what is your config for swipe navigation and is there anything of note on that 2nd view?
I used the configure you mentioned above with the intention to tweak it afterwards. After my post it looked like it was not consequently just the 2nd view, but every even view. So I want to dig in a little further, before updating my experience.
The behavior is very odd.
When opening the page and you start swiping, it is alternately (1st, 3rd, 5th, 7th shows title, the even views don’t).
Swiping back, all pages show the title like you’d expect.
Swiping forward again, it is the same(ish) as the first time, but then the title partially hides behind the url bar.
What’s striking about the views that load without title is that they seem to zoom out (the title text is smaller when loading, but has the same size when you scroll to the top).
mayker
(maykar (pronounced "maker" with a southern accent))
116
Try with any other animate: option or no animate option. Swipe is experimental and can act strange with some cards.
I missed the posts about the swipe being buggy. If I was aware of it, I’d first check a different animation. Speaking of which, the option none is missing in the readme, just FYI.
The reason for this post however is that the warp boolean doesn’t work when using multiple dashboards. It works on the default/standard dash, but not on the second.
mayker
(maykar (pronounced "maker" with a southern accent))
119
“none” isn’t really an option, it’s just telling you that there is no default so you would just not include the animate option in your config.
Make sure that you are placing the config you want on both dashboards. Each dashboard acts on its own, so each one would need a swipe nav config that includes wrap: true if that is what you’re after.
Also wrap: true is the default so using your config above I would include this on both dashboards:
My mistake, I indeed forgot to add the swipe_nav to the other dashboard. That makes perfect sense…
Let’s just say it’s my holiday brain that’s not fully functioning…