Remove navigation on mobile phone

is it possible to Remove navigation on mobile phone?

image

What do you mean?

i dont want to see the navigation buttons when i log on from my phone.

Create an user for your mobile and use kiosk mode from HACS to hide it

1 Like

how do i make it so it check that it is the mobileuser that log in ?

kiosk_mode:
  hide_header: true
  
views:
kiosk_mode:
  user_settings:
    - users:
        - User name here
      hide_search: true
      hide_sidebar: true
      hide_overflow: true
      hide_dialog_logbook_show_more: true
      hide_dialog_history_show_more: true

These are the settings I set for me that cause a “total lockdown”.

1 Like