_onHorizontalBarTouchEnd(e) {
            $.each(e.originalEvent.changedTouches, (i, touch) => {
                if (touch.identifier === this._horizontalBarTouchId) {
                    e.preventDefault();