[android-developers] Re: Copy/Paste Programmatically

2011-03-14 Thread perumal316
Is it possible to use KeyEvent API? There are KeyEvent for Long_Press etc. See: http://developer.android.com/reference/android/view/KeyEvent.html Possible to use this for copy/paste? Regards, Perumal On Mar 14, 5:50 pm, appel wrote: > And how was I supposed to know you wanted to do this from a

[android-developers] Re: Copy/Paste Programmatically

2011-03-14 Thread appel
And how was I supposed to know you wanted to do this from a WebView? :) Afaik there's no way to manipulate the DOM within a WebView directly with java code. If you don't need the original value of the form field you could load javascript into the page that changes the field for you. -- You r

[android-developers] Re: Copy/Paste Programmatically

2011-03-14 Thread perumal316
Hi Appel, Actually I have Googled this previously but could not find anything useful. My application is a Webview that will load a custom URL. In WebView I need to copy out some data from the data field do computation and insert back the results into the field. Currently the only way is for the u

[android-developers] Re: Copy/Paste Programmatically

2011-03-14 Thread appel
http://lmgtfy.com/?q=android+copy+text+programmatically -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developer