After touching a Mui Switch in mobile safari (iOS 12.4), it toggles between its two states with an awkward animation that does not resemble what would be expected of a toggle switch.
Expected the Mui Switch to toggle states like it does in Chrome for desktop and Chrome for iOS 12.4.
Live example: https://material-ui.com/components/switches/
Steps:
Trying to use a Mui Switch on iOS Safari
| Tech | Version |
| ----------- | ------- |
| Material-UI | v4.3.2 |
| React | v16.9 |
| Browser | Safari on iOS 12.4 |
I can confirm
@leantide The same regression was reported in #16812, the proposed fix should work too. If you want to submit a pull request, you can go ahead :).
I am submitting a PR for this as my first contribution if that's okay :)
Yes, please do :)
It's about reverting part of #16620. The comment you have linked is a dead end.
Most helpful comment
I am submitting a PR for this as my first contribution if that's okay :)