Hi <@U02AB5P2XU6> I noticed this with the silk swi...
# kobweb
f
Hi @David Herman I noticed this with the silk switch on mobile device. The switch didn't move, just changed color. Also the transition animations were fade animated on mobile. Any suggestion on how I can fix that?
d
I wonder if that has always been broken! Let me look into that today
I'm not able to reproduce
Does your code look like this?
Copy code
var selected by remember { mutableStateOf(false) }
Switch(selected, onCheckedChange = { selected = it })
f
Yeah my code looks like that, and I was able to reproduce from what you deployed.
Android 11 Chrome browser.
d
Thanks. I'm also using Android. Can you compare your version with mine? Application version 118.0.5993.80 OS Android 14
f
Let me try updating mine
It worked fine after updating chrome.
d
Oh wow, that was a really old version of Chrome, wasn't it? 😄
Thanks for confirming it is working.
f
And the animations work too
d
I'll keep an eye out for more reports.
f
Thanks