WebView emulateShiftHeld() on Android Newer SDK's I noticed older versions of the android platform used to have the emulateShiftHeld() function to select and copy text to the clipboard on the webview control. i came up with this version of emulateShiftHeld(): /** * Select Text in the webview and automatically sends the selected text to the clipboard */ public void selectAndCopyText() { try {