saiwu-bigkoo / Android-AlertView

仿iOS的AlertViewController
1.39k stars 366 forks source link

按Back键不能dismiss #25

Open SuperKung opened 7 years ago

SuperKung commented 7 years ago

按Back键不能dismiss

lujun0918 commented 7 years ago

这个问题群主怎么解决呢?很大的BUG啊

rayliverified commented 7 years ago

This library uses a simulated alert view so it is not possible for the back button to dismiss the dialogue. I rewrote the library to use DialogFragments and support proper Alert View behavior. Take a look here: https://github.com/searchy2/Custom-AlertView-Dialogue

Hope this helps!

Evilloafer commented 5 years ago

修改下源码即可