Wondering if anyone can help with this slightly weird oneā¦
On iOS, everything is working correctly, using the Mushroom theme if I select a button nothing is highlighted:
I added an āactiveā tag style to the button and now when I tap it, iOS does the expected by showing the overlay:
type: custom:mushroom-light-card
style: |
ha-card:active {
background-color: rgba(165, 165, 165, 0.3);
}
results in this:
Now Iām using an old android phone as a smart home remote, running fullykiosk to display HA (but the following results are present in the HA app & Chrome app as well)
Mushroom theme, no style changes:
It highlights the non-padded part of the button, I tried adding:
ha-card {
webkit-tap-highlight-color: transparent;
webkit-tap-highlight-color: rgba(0,0,0,0);
}
As it looks like Android and iOS differ with tap actions, but it didnāt do anything.
So when I add the style to add an overlay when active, it looks like this:
Which looks fairly shitty.
I assumed this may be a Home Assistant issue but then I tried a generic HA button and both iOS and Android display an overlay when you tap it (with no styling changes)
Anyone have an idea? itās driving me crazy
A normal home assistant button shows and active overlay as per normal (iOS):