disable long press on chrome

Solutions on MaxInterview for disable long press on chrome by the best coders in the world

showing results for - "disable long press on chrome"
Ilaria
13 Nov 2016
1window.oncontextmenu = function() { return false; }
2