-
Notifications
You must be signed in to change notification settings - Fork 27
iPad issue #43
Comments
This might be resolved in the latest release. I found that clicking on the label would not work correctly due to conflicting mouse and touch events. |
@Julusian unfortunately we still have an issue. When user click on white square all things are working fine. But in case click on "OFF" (or "ON") square we still have a bug on iPad Note: I can't reopen an issue. (you cannot re-open your own issues if a repo collaborator closed them) |
I now have access to an iPhone, which I have tested on and I still cannot reproduce this. |
JFYI: tested last release with iPad, iOS 10.3, both Chrome and Safari, w/o issues. |
Switch is working with bugs on real devices (for example iPad).
To fix we can put
onClick: this._getValue() ? this._handleOnClick.bind(this) : this._handleOffClick.bind(this)
in params in _renderLabel function.
Is it make sense?
The text was updated successfully, but these errors were encountered: