Closed anfenglei9527 closed 1 month ago
This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
dart `InAppWebView( // initialUrl: _webUrl, initialData: InAppWebViewInitialData(data: "" + htmlContent + ""), initialOptions: InAppWebViewGroupOptions( crossPlatform: InAppWebViewOptions( javaScriptCanOpenWindowsAutomatically: true, mediaPlaybackRequiresUserGesture: false, debuggingEnabled: true, transparentBackground: true, supportZoom: false, clearCache: true, cacheEnabled: false, useShouldOverrideUrlLoading: true, useOnLoadResource: true, javaScriptEnabled: true, incognito: true, // horizontalScrollBarEnabled: false, userAgent: "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/20100101 Firefox/4.0", ), android: AndroidInAppWebViewOptions( supportMultipleWindows: true,
buton ` GestureDetector( onTap: () { if (downdata.length > 0) { setState(() { htmlContent =‘新内容’; }); } }, child: Text("下一条:", style: TextStyle( decoration: TextDecoration.none, color: Color(0xff43F4E0), // fontFamily: '宋体', letterSpacing: 1.0, fontWeight: FontWeight.w100, fontSize: 20.0)),
)`