[android-developers] Re: Getting information from webview

2010-05-06 Thread absn
Hi, I am developing a flickr application, in that for sign-in purpose I m creating a login link(url) and loading this url using webView.loadUrl(url); and it redirects us to the flickr sign-in page. this page contains two edittext one for yahoo id and other for password, when user submit this

[android-developers] Re: Getting information from webview

2010-05-06 Thread Anders Widen
This seams like a security issue, so I don't think it's made easy if it's possible at all. Ideas: There's something called formData that maybe can be used. You could also read the onScreen keyboard, but that requires a special permission. On 6 Maj, 14:37, absn amitbm...@gmail.com wrote: Hi, I

[android-developers] Re: Getting information from webview

2010-05-05 Thread Yahel
Take a look at webview.addJavascriptInterface : http://developer.android.com/intl/de/reference/android/webkit/WebView.html#addJavascriptInterface(java.lang.Object, java.lang.String) Yahel On 5 mai, 08:44, absn amitbm...@gmail.com wrote: Hi all, I want to get the edittext value from

[android-developers] Re: Getting information from webview

2010-05-05 Thread prachi
hiii Yeah it can be done..If that edit text is inside your webview--- Inside the layout file give ur edittext and button inside the webview tag and in your program refer to that editText by its id given in xml file. Let me know if this is wat u want??? On May 5, 11:44 am, absn