Re: [android-developers] Re: Auto-Fill Field

2010-11-05 Thread Mark Murphy
On Fri, Nov 5, 2010 at 9:43 AM, perumal316 wrote: > What I meant is, for example when we access Gmail website there will > be username and password field, I want to auto fill such field. :: snip :: > Not familiar with Javascript. That would be step #1. You *might* be able to do this via loadUr

[android-developers] Re: Auto-Fill Field

2010-11-05 Thread perumal316
Hi Kumar, What I meant is, for example when we access Gmail website there will be username and password field, I want to auto fill such field. So when starting my app, it will load a website through the webview and there will also be buttons displayed, which upon pressing will help the user to au

[android-developers] Re: Auto-Fill Field

2010-11-04 Thread Kumar Bibek
For me, it's not clear what you are trying to do. Auto-fill fields with what? And for what Kostya has suggested, this link might help you. http://techdroid.kbeanie.com/2010/10/android-webview-javascript-and-css.html On Nov 4, 8:02 pm, Kostya Vasilyev wrote: > There is a way to call application