Hi Murphy, Where should I have the javascript method which I want to execute or load using loadURL()? It should be within the Android application?
Regards, Perumal On Mar 17, 11:57 am, Mark Murphy <[email protected]> wrote: > 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/commonsguyhttp://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

