flutter_inappwebview_tizen 0.2.0
flutter_inappwebview_tizen: ^0.2.0 copied to clipboard
Tizen implementation of the flutter_inappwebview plugin.
0.2.0 #
- Fix
onTitleChangedto fire on title changes after the initial load, not just once at load finish. - Fix
getUrl()returning a cancelled navigation's URL, and skipshouldOverrideUrlLoadingfor app-initiated navigations. - Fix
shouldOverrideUrlLoadingnot being invoked for a hardware/remote Back-key navigation. - Fix
scrollBy/getScrollX/getScrollYoccasionally returning a stale scroll position. - Fix
onUpdateVisitedHistory/getUrl()staying pinned to a cancelled navigation's URL after a later same-document URL change, and bound how long a pendingscrollTo/scrollBytarget is trusted.
0.1.4 #
- Fix a SIGTRAP crash on TV app teardown by calling
ewk_init()/ewk_shutdown()exactly once per process.
0.1.3 #
- Add an
implementsentry to the pubspec to improve discoverability on pub.dev.
0.1.2 #
- Update analysis_options.yaml for Flutter 3.47.0.
- Temporarily suppress new analyze issues via analysis_options.yaml rules after the Flutter 3.47.0 upgrade.
- Update the repository URL to use the
mainbranch.
0.1.1 #
- Fix a crash when a webview is disposed.
0.1.0 #
- Initial release of
flutter_inappwebview_tizen.