Have you looked at WebChromeClient?
http://developer.android.com/reference/android/webkit/WebChromeClient.html

You'll likely need to override onJsAlert(). You'd then need to add it
to your WebView via setWebChromeClient().


On Aug 18, 11:45 pm, Satya Komatineni <satya.komatin...@gmail.com>
wrote:
> If an html file is locally loaded from the assets directory into the
> webkit and if that html has an "alert" on it, what could be a reason
> it won't show a dialog?
>
> Thanks
> Satya
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to