I’ve run into a problem that I’m hoping some other dashboard users might have solved.
I’m using a panel view with YAMP (yet-another-media-player) centered on screen. On desktop it works perfectly, but on my wall-mounted dashboard tablet running Fully Kiosk Browser, any time I use the search field in YAMP and the Android keyboard appears, the entire screen zooms in massively (looks like 300%+). It doesn’t zoom back out when the keyboard closes, so the view stays broken until I reload the dashboard.
From what I can tell this is an Android WebView behavior that pops up when focusing on inputs inside certain layouts.
Here’s what I’ve tried so far:
• Injected the standard meta viewport fix:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
Toggled every relevant option in Fully Kiosk (Wide Viewport, Load in Overview Mode, Reset Zoom on Page, etc.)
• Adjusted font scaling and disabled zoom in FKB
No luck — the zoom still triggers the moment the keyboard pops.
Has anyone found a reliable workaround for this? Is there a way to prevent the keyboard from forcing a zoom in HA’s Lovelace UI under Fully Kiosk?
Thanks for any ideas.