gpt4 book ai didi

android - 在 PhoneGap 中禁用文本选择

转载 作者:IT老高 更新时间:2023-10-28 21:47:33 25 4
gpt4 key购买 nike

是否可以禁用文本选择以使 PhoneGap 应用更类似于普通的原生应用?

类似这样的:

document.onselectstart = function() {return false;}

或:

* { 
user-select: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
}

或者很多其他的东西都不起作用。

最佳答案

把它放在 html 上,而不是 * 上,对我有用:

html {
-webkit-user-select: none;
}

关于android - 在 PhoneGap 中禁用文本选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11820708/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com