android webview with client certificate

前端 未结 8 2070
情歌与酒
情歌与酒 2020-11-29 04:16

I tried for days to use a web view with a client certificate embedded in the application, but it seems to me that the android sdk does not provide any way to do it, is there

8条回答
  •  心在旅途
    2020-11-29 04:39

    The Chronium based WebView on Android 4.4 introduced a bug: When the server requests a client certificate, the WebView stops the loading process. The onPageFinished-Method will be immediately called, but no page is displayed.

    --> https://code.google.com/p/android/issues/detail?id=62533

提交回复
热议问题