react-insta-stories
react-insta-stories copied to clipboard
IOS long press "mark" the entire div
Hi, Please notice than on IOS when you make a down click to stop the story it marks the entire screen (I tried with the content () =>) Thanks!
Hi, Any ETA for this bug to be fixed? @mohitk05
I think this is related by using both onTouchStart=
on the div and preventDefault()
.
We can reproduce here: https://mohitk05.github.io/react-insta-stories/ with chrome by using mobile mode.
I just added this to css, and problem solved
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;