-
Notifications
You must be signed in to change notification settings - Fork 24
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
WebView #5
Comments
Hello. Have you work on this plugin ? If yes, does it have some documention about it ? |
Sorry for no updates here. Platform view plugin is almost ready, but a problem is that I don't know what webview library can be used with elinux. |
Currently trying to get this to work under ubuntu https://github.com/hlwhl/webview_cef. After some Mods it worked. But could this also be used here maybe? thx ^^ |
Great new! I would like to try that for flutter-elinux. I'm not familiar with CEF, but it requires to install Chromium? or what kind of libraries does it require? |
Actually it compiles with flutter from pre-prepared Libraries. https://github.com/hlwhl/webview_cef/tree/linux You can see the Linux Related Stuff done here. Prebuilt CEF/chromium stuff should be here https://github.com/hlwhl/webview_cef/releases . But also it seems like the Developers left the Project :( or didn't continued. Sorry I'm currently trying to get into the more hardware related c++ and c stuff and I'm just puzzling around currently. The other projects I found where e.g. https://pub.dev/packages/desktop_webview_window but they all the time opened a new Window and didn't rendered the content as inline as a Widget. And then also there we're problems with compatibility from some websites etc... So can you maybe say more in such cases or say if it makes sense to invest more time into CEF/Chromium or more the "standard" libs like WebKitGTK? |
This is btw my working version https://gitlab.cloud.ln-c.net/LNCrafty/linux_cef_test |
Thanks for the information.
I'm looking forward to seeing it :) |
I tried https://github.com/hlwhl/webview_cef/tree/linux, and it worked fine :) What is the difference between https://github.com/hlwhl/webview_cef and your https://gitlab.cloud.ln-c.net/LNCrafty/linux_cef_test? |
Nothing. And nice ^^. |
https://pub.dev/packages/flutter_linux_webview also uses CEF. It's same approach as https://github.com/hlwhl/webview_cef/tree/linux), but flutter_linux_webview seems to support arm64. |
Create WebView plugin
The text was updated successfully, but these errors were encountered: