Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/199.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
“如何关闭”;“选定文本”;Android中的面板_Android_Text_Selection_Panel - Fatal编程技术网

“如何关闭”;“选定文本”;Android中的面板

“如何关闭”;“选定文本”;Android中的面板,android,text,selection,panel,Android,Text,Selection,Panel,如何在Android应用程序中关闭“文本选择”面板 我关闭长按: webView.setOnLongClickListener(new View.OnLongClickListener(){ public boolean onLongClick(View view) { return true; } }); 这对我有用。我不知道你能不能把它关掉。当用户按住大量文本时,系统会启用此选项。是否可以在Android应用程序

如何在Android应用程序中关闭“文本选择”面板


我关闭长按:

webView.setOnLongClickListener(new View.OnLongClickListener(){         
    public boolean onLongClick(View view) {             
        return true;
    }
}); 

这对我有用。

我不知道你能不能把它关掉。当用户按住大量文本时,系统会启用此选项。是否可以在Android应用程序中关闭所选文本?