-
Hi!I have a problem with the appearance of the floor plan card on the phone/tablet!
Vertical view
Vertical view How could I solve the horizontal layout on the phone/tablet? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://experiencelovelace.github.io/ha-floorplan/docs/how-to-handle-size-and-expand-floorplan/ and also look at using different versions of the floorplan depending on screen width https://experiencelovelace.github.io/ha-floorplan/docs/usage/#image |
Beta Was this translation helpful? Give feedback.
-
So the solution is as follows:I installed Full Kiosk Browser on the tablet and marked it to run in full screen mode!More changes in
views:
- title: Floor plan
path: floorplan
theme: blue_night
icon: mdi:floor-plan
panel: true
type: panel
badges: []
cards:
/*********************************************/
- type: custom:floorplan-card
panel: true
full_height: true
config:
views:
- title: Floor plan
path: floorplan
theme: blue_night
icon: mdi:floor-plan
panel: true
badges: []
cards:
/*********************************************/
- type: custom:floorplan-card
full_height: true
config:
|
Beta Was this translation helpful? Give feedback.
So the solution is as follows:
I installed Full Kiosk Browser on the tablet and marked it to run in full screen mode!
More changes in
before in fp.yaml
after in fp.yaml