react-router-hash-link icon indicating copy to clipboard operation
react-router-hash-link copied to clipboard

Scroll not working on mobile devices, only desktop

Open AyoCodess opened this issue 2 years ago • 2 comments

The scroll only works if you double tab. single tap scrolls to the top of the screen on mobile across all browsers.

https://css-tricks.com/annoying-mobile-double-tap-link-issue/ this solution did not work

AyoCodess avatar Mar 27 '22 10:03 AyoCodess

That's right, I also found the bug after the belated release, so I used the damn jquery.

CaliforniaLuv avatar Apr 04 '22 13:04 CaliforniaLuv

Scrolling on mobile works fine in the example app on latest iOS and Android https://react-router-hash-link.rafgraph.dev/ so my guess is it’s an edge case issue (or an issue with your code).

Please provide a failing example using code sandbox with steps required to reproduce. Thanks.

rafgraph avatar Aug 10 '22 13:08 rafgraph