Hi there,
I have Fully Kiosk Broser on my all tablet opening the start URL (main dashboard) fine.
On that dashboard, I have a button calling another dashboard … but where it is working on a computer, it is NOT working on my wall tablet running Fully Kiosk Browser.
Is that working for YOU guys and do you have any idea on how to achieve this ?
from my main dashboard, the burrow code is the following :
type: custom:mushroom-chips-card
chips:
- type: entity
entity: device_tracker.225e_xdrive
tap_action:
action: navigate
navigation_path: http://xxx:8123/lenovo-m10-plus-test-1/
content_info: name
icon: mdi:map-marker-radius
use_entity_picture: false
name: Localisation
view_layout:
grid-area: foot1
card_mod:
style: |
ha-card {
background: transparent;
}
I thhink the Fully kiosk browser is blocking the opening of the other URL, but I have not clue what to change to have it working ;-(
Many Thanks for your help !!