Each time I long press on any view/screen there is some kind of rectangular magnifier which pops up. See image for more informationclick to view rectangular magnifier
It appears in a specific area each time no matter where i press and hold on the screen. I would like to disable the rectangular magnifier, i have tried the following codes in css:
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
But it does not get disabled. Here is a video so you can have more information about the issue: