listen() {
    on(this.el, 'touchstart', this.onTouchStart)
    on(window, 'touchmove', this.onTouchMove)
    on(window, 'touchend', this.onTouchEnd)