I was wondering if anybody knows how to enable a pinch zoom on mobile.
the attribute that needs to be changed inside the <head>
is
<meta name="viewport" content="width=device-width, user-scalable=no>
to
<meta name="viewport" content="width=device-width, user-scalable=yes>
I was thinking maybe its possible to create a js file that would insert this attribute in the <head>
of the html and put that js file in the www folder, then call out the path to that file in the resources portion on lovelace?
Thanks