Having trouble to make a web image clickable. Its on a 480x480 display running i “kiosk mode” with wallpanel. I want the image displayed fullscreen because of the small screen so i’ve linked to it in a subview, and would like to click it to get back to the main view. Any sugestions instead of using tap_action that is not an option for iframe?
Code to the subview:
- title: Forecast
path: forecast
type: panel
cards:
- type: iframe
url: >-
https://www.yr.no/en/content/2-5368361/meteogram.svg?{{ range(1, 100000)
| random }}
aspect_ratio: 40%
tap_action:
action: navigate
navigation_path: /lovelace-android
subview: true