vis-network icon indicating copy to clipboard operation
vis-network copied to clipboard

clickToUse bug on mobile devices (blue border is displaying)

Open ekerstein opened this issue 3 years ago • 0 comments

clickToUse will make a network "react to mouse and touch events only when active. When active, a blue shadow border is displayed around the Network"

On my app I am trying to disable clickToUse. I don't want the network to show any blue border or interaction (I've disabled interaction separately).

Desktop - this does seem to work. Clicking on the network results in no blue border. chrome-capture

Mobile - this doesn't seem to work. When I click on the network I see a blue box, and it interrupts any scrolling (when trying to scroll the window by touching within the network).

https://user-images.githubusercontent.com/6055508/127388148-773fa7db-26d6-49c6-b64d-d959bc03a0e7.MP4

ekerstein avatar Jul 28 '21 20:07 ekerstein