How to handle a webview dialog popup?
Posted
by brockoli
on Stack Overflow
See other posts from Stack Overflow
or by brockoli
Published on 2010-04-28T02:01:08Z
Indexed on
2010/04/28
2:03 UTC
Read the original article
Hit count: 601
I'm displaying a webpage in a WebView and on the webpage, there is a button. When you click the button, a confirmation dialog is supposed to popup, but it doesn't show in my WebView. It does popup if I go to the same webpage in the android browser. Anyone know how to handle popup dialogs coming from a webpage inside your WebView?
brockoli
© Stack Overflow or respective owner