-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题反馈 #54
Comments
试试用release,debug是JIT的,肯定有卡顿 |
有一个问题,应该是使用native View插件的共性问题,不知道大佬能否解决下 |
webview_plugin 的native view目前侧滑返回确实有问题 |
關於這點, google大佬那邊已經開始有解決了
|
其实项目内我已经集成过androidView 也就是 inline view 测试了下,现在问题在于数据交互比较大的时候,其实效果并不是特别好,比如我在dart层到android层传输的是 html string的数据,到了android接收到再渲染成功,中间的空白期有点长,如果是纯url的话,其实还可以。 |
目前那位大佬是上到master branch了,但沒試過行不行,要看看有沒有勇士去看看 |
@CircleCurve 看了下目前已经开源的WebView插件,发现实现方式大致有两种.一种是在原生端直接创建View,然后根据坐标进行覆盖再Flutter对应界面的位置。这种就是我说的无法响应手势,而且进出动画也没有,很突兀。 第二种就是通过启动一个原生的界面,这种就相当于启动一个Activity或者ViewController,上面说的手势和动画可以解决。第三种应该就是上面你说到的内嵌,这个我目前没有了解,好像之前一直不成熟吧 |
已经更新了项目,升级到了0.11.3的sdk支持下,目前测试了Android下可以正常使用Widget级别的WebView,也支持滑动效果。 具体在 |
@shingohu webview 現在可以有內嵌了 Android 和IOS 都有了, 配合1.0 連GOOGLE MAP也實作了内嵌 |
IPhone 8p 跑起来,感觉还是有点卡顿
The text was updated successfully, but these errors were encountered: