Navigation does not work paper-buttons-row

Hi trying to create a simple navigation button menu with the custom card paper-button rows but for some stupid reason I can’t get it to work, probably my stupid reason :smile: so maybe someone with more knowledge can help me here?

Thanks!

image

type: entities
entities:
  - type: 'custom:paper-buttons-row'
    buttons:
      - action: navigate
        navigation_path: /lovelace-iphone
        icon: 'mdi:home'    
      - action: navigate
        navigation_path: /lovelace-iphone/beveiliging
        icon: 'mdi:alarm-light'
      - action: navigate
        navigation_path: /lovelace-iphone/verlichting
        icon: 'mdi:ceiling-light'
      - action: navigate
        navigation_path: /lovelace-iphone/calendar
        icon: 'mdi:calendar-month'
      - action: navigate
        navigation_path: /lovelace-iphone/camera
        icon: 'mdi:webcam'

Did you get it to work?

image

the last button is not working on a iphone 8, all buttons do work on my samsung android.

code:

entities:
  - buttons:
      - entity: script.1581552563583
        icon: 'mdi:brightness-3'
        name: false
      - entity: light.0x000b57fffec0317b_light
        icon: 'mdi:floor-lamp-variant'
        name: false
      - armed_away:
          icon: 'mdi:alarm-outline'
        disarmed:
          icon: 'mdi:alarm-light'
        entity: alarm_control_panel.xiaomi_gateway_alarm
        name: false
        state_styles: null
      - entity: media_player.tvwoonkamerremote
        icon: 'mdi:television'
        name: false
      - entity: switch.studio_computer
        icon: 'mdi:bee'
        name: false
    type: 'custom:paper-buttons-row'
type: entities

Running:
HA: 0.113.3
Paper Buttons Row: 0.3.0