Hi All,

I have written an application to load a webpage using a local webview.
In the app I have also included some buttons. The idea is in the
loaded webpage need to insert some data in their fields. Eg. In Gmail,
need to insert username. So when the user clicks on the button it will
autofill the predefined data into the field in the webpage. Any idea
how to implement this?

I have tried using:

WebView mWebView;
mWebView
mWebView.loadData(....);

But it is not working. Is there any other method?

Thanks In Advance,
Perumal

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to