903531306

Results 16 comments of 903531306

时隔一年这是作业在没有更新了吗 重影的有解决吗

> I am new in flutter i am using flutter_webview_plugin for open my web in flutter application with drawer navigation menu. But the issue is my drawer menu is behind...

你说的这个方法不是只能限制年月日吗 时分秒不是不能限制吗 我显示的只有这一天的时分秒  比如现在是10点 10点以前的不能选择 只能选择10点后边的  你刚才的发的方法可以实现吗 ------------------ 原始邮件 ------------------ 发件人: "Song"

> > 用缩放可以缓解这种情况: > > ```dart > > class _TabStyle extends AnimatedWidget { > > ... > > @override > > Widget build(BuildContext context) { > > ... > >...

> > > 如何暂停和启用网络控制器 > > > > > > Web控制器的实例具有实现方法。![图像](https://user-images.githubusercontent.com/38856823/242507739-5d00df15-42d0-4c20-bf7f-94a2e2256658.png) > > 确实非常感谢 Why do I pause in the background for a while after using suspend, and when I...

> @SinyimZhi>@szwang1webview_cef 的 jschannel 与 webview_flutter 非常相似,但并不完全相同。我们不需要调用 postMessage。只需使用 Print("hello-from js") 才是真正的方法,当你调用它时,flutter 会在控制台上打印“hello-from js”,并根据你的设置调用 jscallback。我们可以发送一个回调函数,如_Print("hello-from js",function abc(e){console.log(e);})_,然后你会发现 'e' 是你在 sendJavaScriptChannelCallBack 设置的第二个参数。 > > > ![图像](https://user-images.githubusercontent.com/49640121/256455243-d70a78bb-83f5-4f61-98a9-f4552300a9fa.png) > > 是的!我使用“打印”,以前可以用,但现在什么也没发生。没有控制台日志,也没有错误。 > > 但是我在下面的macos开发过程中发现flutter错误,有什么问题吗?...

> > > @SinyimZhi>@szwang1webview_cef 的 jschannel 与 webview_flutter 非常相似,但并不完全相同。我们不需要调用 postMessage。只需使用 Print("hello-from js") 才是真正的方法,当你调用它时,flutter 会在控制台上打印“hello-from js”,并根据你的设置调用 jscallback。我们可以发送一个回调函数,如_Print("hello-from js",function abc(e){console.log(e);})_,然后你会发现 'e' 是你在 sendJavaScriptChannelCallBack 设置的第二个参数。 > > > > ![图像](https://user-images.githubusercontent.com/49640121/256455243-d70a78bb-83f5-4f61-98a9-f4552300a9fa.png) > > >...

> 能分享一下你对插件本身代码的所有改动么?比如一个diff文件或截图。 @903531306 ![image](https://github.com/hlwhl/webview_cef/assets/25999671/b865888b-5d92-4ef4-8b2a-532825c8a858) 这个报错我就屏蔽了 webview_textinput 这个文件我目前的flutter的版本低,所有我把这个也屏蔽了 // @override // insertContent(KeyboardInsertedContent content) {} download.cmake 这个文件里边我修改了下载zip的地址, 只是把gitHub的下载下来传到我的文件服务器了,这个应该不影响吧 Flutter 3.7.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 9944297138 (1 year, 3...

> 你截图的地方影响的,这个是把cef的回调从cef消息循环线程传递到flutter engine线程的PostMessage.因为flutter官方不建议method channel的invoke在非flutter engine线程调用,所以这里做了个传递。你这行注释掉就没有cef消息循环线程到flutter engine线程间的通讯了 @903531306 这里不应该报错的,你把报错信息详细点的发我看看。 G:\Demo\webview_cef\example\windows\flutter\ephemeral\.plugin_symlinks\webview_cef\windows\webview_cef_plugin.cpp(211,73): error C3481: ��hwnd��: δ�ҵ� lambda ������� [G:\Demo\webview_cef\example\build\windows\plugins\webview_cef\webview_cef_plugin.vcxproj] G:\Demo\webview_cef\example\windows\flutter\ephemeral\.plugin_symlinks\webview_cef\windows\webview_cef_plugin.cpp(214,32): error C2039: "m_hwnds": ���� "webview_cef::WebviewCefPlugin" �ij�Ա [G:\Demo\webview_cef\example\build\windows\plugins\webview_cef\webview_cef_plugin.vcxproj] G:\Demo\webview_cef\example\windows\flutter\ephemeral\.plugin_symlinks\webview_cef\windows\webview_cef_plugin.cpp(214,32): error C2039: "__this": ���� "webview_cef::WebviewCefPlugin"...

> 不对啊。。看你这个代码不是最新的啊。。。 我就是github下载最新的,main分支,上周拉的代码