问题描述
每个任何时间查看/屏幕上我长preSS有某种矩形放大镜会弹出。有关更多信息,请参见点击查看的矩形放大镜
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
据每次出现在特定区域不管在哪里我preSS并按住屏幕上。我想禁用矩形放大镜,我曾尝试以下codeS在CSS:
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:
推荐答案
我刚刚找到你的答案在我的答案存档。
I just found your answer in my archive of answers.
<一个href=\"http://stackoverflow.com/questions/32812308/ios-cordova-long-$p$pss-shows-text-select-magnifying-glass-even-with-text-selecti\">IOs科尔多瓦长期preSS表明即使文本选择文本选择放大镜禁用,如何删除?
向下滚动的答案。
它的短。这是一个iOS的错误。有一个插件来解决这个问题。
The short of it. It is an iOS bug. There is a plugin to fix the issue.
这篇关于长preSS iPhone导致一些矩形放大镜弹出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!