相关文章推荐
爱运动的围巾  ·  GoLand ...·  2 月前    · 
豪爽的大海  ·  SpringBoot ...·  6 月前    · 
安静的小摩托  ·  java - "Content is ...·  1 年前    · 
InAppWebView(
  initialUrl: _url,
  onReceivedServerTrustAuthRequest: (controller, challenge) async {
      //解决 handshake failed问题
      return ServerTrustAuthResponse(
          action: ServerTrustAuthResponseAction.PROCEED);
    onLoadStop: (InAppWebViewController controller, String url) {
        loadingDismiss();
        print("网页 onLoadStop--》");

参考 https://stackoverflow.com/questions/62038787/fluttere-webview-handshake-failed