Is there a problem starting with version 0.0.1-beta.168?
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?1 Reply
other-emeraldOP•3y ago
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 😿
It probably only happens in strange circumstances like these https://github.com/facebook/react/issues/7635#issuecomment-365089006, but it certainly happens when upgrading from 167 to 168 🥺