The browser does this by calling public void emulateShiftHeld() method on the WebView which is hidden in the SDK.
Any other options?
TIA.
|
|
|
||
|
|
|
|
From the class that extends WebView:
And then you have to use ClipboardManager to watch for new text. P.S. Historical note: this hack is based on Android 1.5 WebView implementation. |
||
|
|
