Chromium handling of confirm dialog in JavaScript

我与影子孤独终老i 提交于 2020-01-06 19:49:09

问题


I am testing the confirm() JS call in chrome browser on Android (similar to tutorial). I observe that the dialog displayed is very similar to Android's AlertDialog class.

I wanted to ask if Chromium handles the confirm() JS call using Android's AlertDialog. If yes, is this file the right place where they handle it ? (I cannot tell for sure)

来源:https://stackoverflow.com/questions/42059096/chromium-handling-of-confirm-dialog-in-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!