Disable tap to zoom

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> 

see: https://stackoverflow.com/questions/10614481/disable-double-tap-zoom-option-in-browser-on-touch-devices

seems to able to disable the double tap to zoom feature on iOS which makes using hadashboard tricky. especially if you want to tap +/- buttons…

can this be integrated into hadashboard?

I use the free app “kiosk browser” on my iPad. The app disable the zoom.

you can add that to the skin you use.
find this part in the variables.yaml from the skin you use:

#
# Custom head includes - should be a YAML List, e.g.:
#
#head_includes:
#  - some include
#  - some other include
#
# Text will be included verbatim in the head section of the doc, use for styles,
# javascript or 3rd party css etc. etc.
#
# It is your responsibility to ensure the HTML is correct
#

#head_includes:
#  - 
#

and add the line there

Thanks. I’m on hass.io how do I find the theme?

1 Like

Thanks for the pointer - this works and will be in the next version :slight_smile:

3 Likes