Skip to content
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

Open
HidenoriMatsubayashi opened this issue Jul 29, 2021 · 10 comments
Open

WebView #5

HidenoriMatsubayashi opened this issue Jul 29, 2021 · 10 comments
Labels
enhancement New feature or request

Comments

@HidenoriMatsubayashi
Copy link
Collaborator

Create WebView plugin

@thomtomdup
Copy link

thomtomdup commented Dec 22, 2022

Hello.

Have you work on this plugin ? If yes, does it have some documention about it ?
Thank you.
Regards.

@HidenoriMatsubayashi
Copy link
Collaborator Author

HidenoriMatsubayashi commented Aug 22, 2023

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.

@HidenoriMatsubayashi HidenoriMatsubayashi added the enhancement New feature or request label Aug 31, 2023
@LNAhri
Copy link

LNAhri commented Nov 7, 2023

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 ^^

@HidenoriMatsubayashi
Copy link
Collaborator Author

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?

@LNAhri
Copy link

LNAhri commented Nov 7, 2023

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?

@LNAhri
Copy link

LNAhri commented Nov 8, 2023

This is btw my working version https://gitlab.cloud.ln-c.net/LNCrafty/linux_cef_test
it should just work when you run it under linux with flutter run

@HidenoriMatsubayashi
Copy link
Collaborator Author

Thanks for the information.

Currently trying to get this to work under ubuntu https://github.com/hlwhl/webview_cef.

I'm looking forward to seeing it :)

@HidenoriMatsubayashi
Copy link
Collaborator Author

@LNAhri
Copy link

LNAhri commented Nov 15, 2023

Nothing.
Mine is also only a test how I got it to work ^^

And nice ^^.

@HidenoriMatsubayashi
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants