相关文章推荐
稳重的保温杯  ·  集合 - C# reference | ...·  1 年前    · 
活泼的小蝌蚪  ·  pycharm显示no module ...·  1 年前    · 
痴情的篮球  ·  SwiftUI - ...·  2 年前    · 
活泼的金针菇  ·  Python3 os.makedirs() ...·  2 年前    · 
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