MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / onStart

Method onStart

core/src/components/toggle/toggle.tsx:276–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)) {

Callers 1

ToggleClass · 0.95

Calls 1

setFocusMethod · 0.95

Tested by

no test coverage detected