#Is there a problem starting with version 0.0.1-beta.168?

1 messages · Page 1 of 1 (latest)

mental sage
#

Starting with this version, I have a problem with Safari iOS. I'm testing in the simulator and on a real iPhone X device. I have tabs that are <Link>. And very often, when I click on a Link, it doesn't do the navigation. I have to click a second time. I tried to put an onClick listener on the Link and I can clearly see that some events are not being received. However, we have all the touch events. And the strangest thing is that if I do onTouchStart={evt => evt.preventDefault()} then my click events are no longer a problem and everything starts working again. Did I miss anything when I upgraded?

mental sage
#

Mmmh, I've tried to reproduce on the example basic code in order to open an issue, but I can't. I just have some latencies sometimes, but click events aren't ignored 😿