()
| 274 | } |
| 275 | |
| 276 | private onStart() { |
| 277 | this.activated = true; |
| 278 | |
| 279 | // touch-action does not work in iOS |
| 280 | this.setFocus(); |
| 281 | } |
| 282 | |
| 283 | private onMove(detail: GestureDetail) { |
| 284 | if (shouldToggle(isRTL(this.el), this.checked, detail.deltaX, -10)) { |