Re: [android-developers] Java Script alert not working in Android WebView

2011-03-11 Thread Mark Murphy
Add a WebChromeClient implementation to your WebView via setWebChromeClient(), then override onJSAlert() to do whatever you want. On Fri, Mar 11, 2011 at 5:44 AM, Kapil wrote: > Hi All, >         In my application I am using WebView and in that I am using > javascript alert( ) method but its not

[android-developers] Java Script alert not working in Android WebView

2011-03-11 Thread Kapil
Hi All, In my application I am using WebView and in that I am using javascript alert( ) method but its not working, no pop-up appears. in my manifest file I have added and in activity file I have added mWebView = (WebView) findViewById(R.id.webview); mWebView.getSett