On Thu, Mar 17, 2011 at 11:26 AM, perumal316 <[email protected]> wrote:
> What I trying is to insert keystrokes into a WebView which will load a
> URL.
Note that WebView and TextView are different widgets. You originally
asked about TextView. TextView is not WebView.
> In the webpage there will be data field in which i want to copy/
> paste some data there. How do I go about doing this?
I'd use Javascript. Call loadUrl("javascript:..."), where ... is some
Javascript code that adjusts the contents of the field.
> Can KeyEvent work
> in such a scenario?
I have no idea.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in Oslo: http://bit.ly/fjBo24
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en