Remove / prevent Chrome dev tools context menu on long tap

I am developing (debugging) a mobile app on a chrome mobile simulator and I am annoying in the chrome context menu when you press and hold the mobile. Is there a way to remove / prevent it from showing? Is there a function in chrome to remove it manually?

I tried even using css user-select: none (prefix included), it still shows it.

+3


source to share





All Articles