webview_cef icon indicating copy to clipboard operation
webview_cef copied to clipboard

WebView for Flutter Desktop Apps using CEF(Chromium Embedded Framework) [Work in Progress]

Results 58 webview_cef issues
Sort by recently updated
recently updated
newest added

When I add a web view inside a screen that is scrollable, the mouse wheel actions are recognized by both the web view and the screen. Take the following case...

And simple input method support for Windows and Linux...

Hello, Following the example proposed in the plugin, if I navigate to that page from a home page it is displayed correctly. However, when you navigate back to the source...

I ran it according to the guide method, but it doesn't work. ref. https://github.com/hlwhl/webview_cef/issues/27 ![image](https://github.com/hlwhl/webview_cef/assets/14357830/4679458a-8a69-4f6e-b577-8a8dcf4530a4)

Hi, Recently I faced a problem with `webview_cef` library and YouTube platform. When loading YouTube (no matter main page, any inner page with video, or even a side server page...

Hi, I've faced an issue where the app either crashes or freezes when I attempt to load multiple YouTube iframes, and this occurs even with the official example application. Additionally,...

` Web function send(){ Print("hello-from js"); // Print.postMessage("hello-from js"); } Web Page Click the button to send a message to the embedded app: Send Message ` in flutter, ` final...

You can implement something [`icons_launcher`](https://pub.dev/packages/icons_launcher) implemented to change icons. ```bash flutter pub get # create a function that can be passed in terminal and download binaries directly flutter pub run...

The webpage I load in it has login page. when I enter chars in it working fine and then if I press 'Backspace' key it remove two chars at same...