Alert dialog from <webview> was blocked
问题 Dart doesn't show the alert dialog when I use a webview and show this error: : An alert dialog was blocked. (extensions::webViewEvents:225) : A confirm dialog was blocked. (extensions::webViewEvents:225) Does anyone know how to bypass the problem or how to catch the error? Thanks. Sorry for my bad English. Edit The code used: Element webview= querySelector("#webview"); Map<String,String> map=new Map(); map["src"]=urlWebView; webview.attributes.addAll(map); webview.style.visibility="visible";