https://bugzilla.wikimedia.org/show_bug.cgi?id=31484
--- Comment #15 from Brion Vibber <[email protected]> 2011-10-25 21:12:39 UTC --- in WebChromeClient: /** * Tell the client that the selection has been initiated. * @hide */ public void onSelectionStart(WebView view) { // By default we cancel the selection again, thus disabling // text selection unless the chrome client supports it. view.notifySelectDialogDismissed(); } Haha! Another magic hidden public method that's not in the documentation. THANKS, ANDROID. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
