webview_plus 0.4.0 copy "webview_plus: ^0.4.0" to clipboard
webview_plus: ^0.4.0 copied to clipboard

A cross-platform Flutter plugin that directly encapsulates native WebViews (Android, iOS/macOS, Windows, Linux andWeb) with no WebView dependencies.

0.4.0 #

Windows changes:

  • Navigation: Fixed an issue where the canGoBack and canGoForward state properties were not functioning.
  • Focus: Fixed the WebView hijacking focus and causing the main Flutter window to lose active focus when clicked.
  • Cursor: Fixed the mouse cursor failing to adapt (e.g., changing to a text-selection cursor) when hovering over web content.
  • Context Menu: Fixed the right-click context menu appearing misaligned/offset when running the application in windowed mode.

Android changes:

  • Use initSurfaceAndroidView or initHybridAndroidView when is available (API 23+).
  • Add support for Android 12's new "Hybrid Composition++" mode (requires API 34+).

0.3.0 #

  • Add WebviewEnvironment for Windows (userDataFolder)

0.2.0 #

  • Update onLoadStart / onLoadStop / onReceivedError / onNavigationRequest and remove shouldOverrideUrlLoading (now use onNavigationRequest only)
  • Add onDOMContentLoaded / onWindowFocus / onWindowBlur

0.1.0 #

  • Initial Commit
3
likes
0
points
928
downloads

Publisher

unverified uploader

Weekly Downloads

A cross-platform Flutter plugin that directly encapsulates native WebViews (Android, iOS/macOS, Windows, Linux andWeb) with no WebView dependencies.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on webview_plus

Packages that implement webview_plus