Re: [android-developers] Auto-Fill Field

2010-11-04 Thread Kostya Vasilyev
There is a way to call application functions in Java from WebView's JavaScript code. Application code needs to register an object with WebView, which is then accessible from JavaScript. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 04.11.2010 17:27 пользователь "perumal316" написал: Hi Al

[android-developers] Auto-Fill Field

2010-11-04 Thread perumal316
Hi All, I am creating my own app which will load a website upon starting. Now I want to auto-fill the fields that will appear on the website. Is this possible? How to I call the field through my app to fill up with pre-determined data? Thanks In Advance, Perumal -- You received this message be