pwanat

Results 1 comments of pwanat

This still happens. A quick workaround is to remove onPress and use OnClick+onTouchStart: ``` onTouchStart={(event) => event.preventDefault} onClick={() => this.myFunction()} onHold={() => this.muFunction()} ```