How to enable the default text highlights menu like: Copy/Paste/Search/Share in android webview ?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Working on Android 1.5 – 2.3 you can use
emulateShiftHeld()made public since 2.2 but now is deprecated. this method put your WebView into text selection mode.https://developer.android.com/reference/android/webkit/WebView.html#emulateShiftHeld%28%29
Unfortunately there’s no copy/paste/search/share function integrated in Android, since Android 2.0 the text selection
can be driven by touch but other than that, there’s no other thing you can do.