开发者

Remember password popup on Android webview problem

开发者 https://www.devze.com 2023-01-23 05:05 出处:网络
this is is a pretty straigh开发者_开发百科t forward question, I need to detect when the default Remember password popup opens on the Android Webview (So I can make sure I am not covering it with any o

this is is a pretty straigh开发者_开发百科t forward question, I need to detect when the default Remember password popup opens on the Android Webview (So I can make sure I am not covering it with any other component, or at least bring it to the front)

Thanks a lot, this community has been very helpful for me.


You need to clear remembered password first with this code:

WebViewDatabase.getInstance(this).clearUsernamePassword();

After that remember password popup will displayed.

0

精彩评论

暂无评论...
验证码 换一张
取 消