[Ionic 4 React] touchstart delay in Chrome for Android?

The following code will respond instantly on iOS Safari and Chrome Desktop, but Chrome Android seems to have a touch delay. I can’t tell if it’s the device or something in Chrome. Has anyone come across this?

<IonButton onTouchStart={()=>console.log('touch')}>Touch</IonButton

Edit: Even the stock Samsung browser has no delay. This definitely seems like an Chrome for Android