MichaelSSY
MichaelSSY
您好,请问如何修改木马轮播的可视图片数量啊?我按照他的代理方法设置,但是无效,还是显示三张。
> 找到了一种在同源上做到这一点的方法 > > 在 dart 端你可以使用它来代替 addJavaScriptHandler > > ``` > import 'dart:html' as html; > > html.window.addEventListener('message', (event) { > final messageEvent = event as html.MessageEvent; > print("Got...
Same issue i am facing any one have solution for this? @hemalivekariya @andynvt @hn-n
> You can try the combination of the following versions, which works fine with me. Flutter: 3.16.9, Dart:3.2.6,DevTools:2.28.5,flutter_inappwebview:^6.0.0-beta.31 Thank you, I am currently using Flutter_ inappwebview: 6.0.0 beta.28. If I...
> @MichaelSSY The reason for the issue you encountered is that the Flutter version is too high and needs to be lowered. Have you also modified the Flutter version? It...
> 已解决 @ #2058 May I ask what is your version of Flutter? I am currently using 3.10.6, but I cannot upgrade it now as it will affect other functions....
> > @sriramkondeti, please use below for web package. > > As well as match the domain of webview url and flutter app. > > ``` > > flutter_inappwebview_web: >...
> Hi @MichaelSSY, > > Could you please try 6.0.0 once and check once > > ``` > flutter_inappwebview: ^6.0.0 > ``` When I run the web version using flutter-inappwebview:...
> > > This crash mainly happened in android 10 devices, and it was Huawei Kirin chips, Samsung chips and Mediatek chips, Qualcomm chips did not, > > > >...
> 解决这个问题了么兄弟,我也遇到了 没有解决,我跑的是官方demo,确实存在内存泄漏。flutter页面走了dispose,壳控制器也走了deinit,就是FBFlutterViewContainer控制器没有释放。