How to show android alert dialog in Webview?

前端 未结 5 2049
梦毁少年i
梦毁少年i 2021-02-04 19:39

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

5条回答
  •  感情败类
    2021-02-04 20:16

    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.

提交回复
热议问题