knownasilya / ember-toggle

Checkbox based Toggle Switches for Ember
http://knownasilya.github.io/ember-toggle/
MIT License
112 stars 52 forks source link

CSS issue with the `ios` style on Chrome Android #89

Open lolmaus opened 7 years ago

lolmaus commented 7 years ago

The knob stays enlarged until you tap elsewhere.

It is likely related to the :active state behaving differently with touch vs mouse. Probably these lines: vendor/ember-toggle/themes/ios.css#L34-L36.

image