当以下 JS 在 Android WebView 中运行时:
window.open("http://www.stackoverflow.com", "foo", "left=10,top=10,width=100,height=100")
我得到 WebChromeClient 的 onCreateWindow 的 isDialog=true 。
是否无法获取“features”参数的值?例如left=10,top=10,width=100,height=100
left=10,top=10,width=100,height=100
android popup webview webchromeclient
android ×1
popup ×1
webchromeclient ×1
webview ×1