ponnamkarthik / FlutterWebView

Flutter Plugin that Renders Native Webview as a widget in flutter
Other
62 stars 26 forks source link

WebView is not working, here is the error #18

Open soar20 opened 5 years ago

soar20 commented 5 years ago

E/BufferQueueProducer( 2730): [unnamed-2730-7] cancelBuffer: BufferQueue has been abandoned Restarted application in 1,550ms. W/art ( 2730): Attempt to remove local handle scope entry from IRT, ignoring W/AwContents( 2730): onDetachedFromWindow called when already detached. Ignoring W/art ( 2730): Attempt to remove local handle scope entry from IRT, ignoring W/art ( 2730): Attempt to remove local handle scope entry from IRT, ignoring I/flutter ( 2730): Page finished loading: http://www.baidu.com/ W/FlutterWebViewClient( 2730): Using a navigationDelegate with an old webview implementation, pages with frames or iframes will not work I/flutter ( 2730): allowing navigation to NavigationRequest(url: https://m.baidu.com/?from=1013105i, isForMainFrame: true) I/chromium( 2730): [INFO:CONSOLE(0)] "Mixed Content: The page at 'https://m.baidu.com/?from=1013105i' was loaded over HTTPS, but requested an insecure image 'http://127.0.0.1:59468/?data=fCMxIzsjMi8xLzUjLSMyIzsjdVppMVZCaHdSU3h5cUxNc1VFYnU3NDVrSWZVNmpUVkN3R3tVdHh6dkdYW0sxVjlDcjV0U0NxVXlmN2RuMDNEWDRILERbbEJweHlUWzlSRDB4cGUwMyx0VXpUUTI6MjhmRDlnLHFROnY2LHVDM3cxSGhCdGp7eU5qQ213ZEd1e1txVGJQMjNJRVtwdm1zWEh3MGJ2aERCPj4jLSMzIzsjMjEyNDIxNmp9MjEyNDIxNmojLSM0IzsyNjY4OTkyMzg4OjM3fg%3D%3D'. This request has been blocked; the content must be served over HTTPS.", source: https://m.baidu.com/?from=1013105i (0) I/flutter ( 2730): Page finished loading: https://m.baidu.com/?from=1013105i I/chromium( 2730): [INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: https://gss0.bdstatic.com/5bd1bjqh_Q23odCf/static/wiseindex/js/lib/transfer/common/Carousel_b2a7162.js (1)

RelaxPic commented 1 year ago

E/BufferQueueProducer(2730):[unnamed-2730-7] cancelBuffer:BufferQueue 已被放弃 在 1,550 毫秒内重新启动应用程序。 W/art(2730):尝试从 IRT 中删除本地句柄范围条目,忽略 W/AwContents(2730):已分离时调用的 onDetachedFromWindow。忽略 W/art(2730):尝试从 IRT 中删除本地句柄范围条目,忽略 W/art(2730):尝试从 IRT 中删除本地句柄范围条目,忽略 I/flutter(2730):页面加载完成:http: //www.baidu.com/ W/FlutterWebViewClient( 2730): 使用带有旧 webview 实现的 navigationDelegate,带有框架或 iframe 的页面将无法工作 I/flutter ( 2730): 允许导航到 NavigationRequest(url:https://m.baidu.com/?from=1013105i , isForMainFrame: true) I/chromium( 2730): [INFO:CONSOLE(0)] "混合内容:' https://m.baidu. com/?from=1013105i ' was loaded over HTTPS, but requested an insecure image ' http://127.0.0.1:59468/?data=fCMxIzsjMi8xLzUjLSMyIzsjdVppMVZCaHdSU3h5cUxNc1VFYnU3NDVrSWZVNmpUVkN3R3tVdHh6dkdYW0sxVjlDcjV0U0NxVXlmN2RuMDNEWDRILERbbEJweHlUWzlSRDB4cGUwMyx0VXpUUTI6MjhmRDlnLHFROnY2LHVDM3cxSGhCdGp7eU5qQ213ZEd1e1txVGJQMjNJRVtwdm1zWEh3MGJ2aERCPj4jLSMzIzsjMjEyNDIxNmp9MjEyNDIxNmojLSM0IzsyNjY4OTkyMzg4OjM3fg%3D%3D '. This request has been blocked; the content must be served over HTTPS。”,来源:https ://m.baidu.com/?from=1013105i (0) I/flutter ( 2730): 页面加载完成:https://m.baidu.com/?from=1013105i I/chromium( 2730): [INFO:CONSOLE(1)] “Uncaught TypeError: undefined is not a function”,来源:https://gss0.bdstatic。 com/5bd1bjqh_Q23odCf/static/wiseindex/js/lib/transfer/common/Carousel_b2a7162.js (1)

请问解决了吗?