wendux / DSBridge-Android

:earth_americas: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
3.73k stars 613 forks source link

onJsAlert和onJsConfirm弹出的AlertDialog的setCancelable能不能支持可配的 #124

Closed yushilong closed 5 years ago

yushilong commented 5 years ago

如题 现在是写死了.setCancelable(false)

wendux commented 5 years ago

可以自己实现这两个方法,会覆盖dsbridge 默认实现。