↔️ Swipe Navigation

Well, this is embarrassing…made a rookie mistake…

Wanted to try the custom swipe card so “swipe” was top of mind… Ended up downloading “swipe navigation” by mistake and was lost when I couldn’t find the card…

The moment I read both replies (Zanna_37 & Nick4), I realized my mistake… and now I do like swipe navigation AND have downloaded the swipe card as well…

So all is good (for) now…!

Thank you both for the quick response… much appreciated

2 Likes

Just installed this, and while it works fine in chrome on windows, I just can’t get it to work on a Samsung galaxy tab A8, neither in the app nor Chrome. It works fine on iphone however. Any ideas…? Just nothing happens

I am fairly new to Home Assistant but well on my way to creating multiple dashboards.
I came across this topic with the addon to swipe between all dashboards. That’s something I missed with my Homey app.
I installed the addon as explained in the video and added the code to all my dashboards as explained.

Unfortunately, I am unable to swipe on my Samsung S23 Android phone.
I have rewatched the video several times to see if I had missed something or did something wrong, but that doesn’t seem to be the case.

I did manage to get the swipe card working, which is also explained in this video.

Can anyone tell me why it’s not working?

I used this code:
"title: Thuis
swipe_nav:
enable: true
wrap: true
animate: null
prevent_default: false
swipe_amount: 30
views:

  • path: default_view
    etc."

Home Assistant version

  • Core 2024.5.3
  • Frontend 20240501.1

Running on Synology NAS Docker.

Thanks.

Hi, as you can see from the ’ How to help us help you - or How to ask a good question topic there is a section on how to format your code properly.

1 Like

I have got it working already. I needed to create multiple views in my dashboard instead of having multiple dashboards.

Thanks.

1 Like

It’s strange, in my laptop i can swipe using my mouse just fine, but on my raspi official touchscreen and my phone both don’t work. I have the latest off all the software. Also have the Chromium back/forth history turned off. Downloaded 1.13.3 today.

Funny enough, I tried it this morning and now it works! Only thing is that my card has the background image, not the view itself so when I’m swiping, the background is white, and then goes back to the background image. How can I make that background black?

Hi @all,
thanks for this integration. That could make things more easy.
Only problem what I have is that I’m using a FireHD 10 tablet with Fully Kiosk App running on.
When I open the page in a browser I can swipe trough but not in the Fully Kiosk App. I know that this is not the problem of the app but maybe one of you have the same setup working and can help me out?
Cheers and a great weekend
MarcO

Hi,
I am using this feature on my dashboard with success.
I have a small request (possibly an enhancement request?)

Is it possible to have the browser automatically go back to the homepage?
For example, i have a main dashboard and i swipe to a sub-dashboard. Once i have seen that sub-dashboard, i may walk away. It would be great if the dashboard automatically swipes back to the main dashboard (homepage) after 1 minute.

Hi,
Since a recent update to both wallpanel and swipe_nav, I have a problem passing the URL arguments to the new view.

For example:
When I access my HA web site, using the following:
https://mywebsite.com/lovelace-mainfloor/livingfloor?wp_enabled=false

This comes up OK. But, when I swipe to another view, the argument “wp_enabled=false”, is no longer in the URL.
So my view goes Fullscreen since that is the default.

Is anyone else having this issue?

I reported a bug in URL arguments not being passed to new view · Issue #85 · zanna-37/hass-swipe-navigation · GitHub

wallpanel:
  enabled: true
  hide_toolbar: true
  hide_sidebar: true
  fullscreen: true

swipe_nav:
  wrap: true
  enable_mouse_swipe: true
  animate: flip
  prevent_default: true
  swipe_amount: 20
views: