I am Developing an app with webview but I don\'t know how to enable JavaScript to show alert dialog in webview.
I ever tried this one but it\'s isn\'t work for me. first
If u want to show a native AlertDialog from an event in WebView, then this is what u r looking for Binding JavaScript code to Android code.
The sample code is available on this link..The example there show a Toast..u can show an AlertDialog insted.