Cordova Plugin Ionic Webview Versions Save

Web View plugin for Cordova, specialized for Ionic apps.

v5.0.1

9 months ago

5.0.1 (2023-08-29)

Bug Fixes

  • ios: Webkit ios 16.4 enable inspection (#677 )

v5.0.0

4 years ago

5.0.0 (2020-05-27)

Features

  • android: remove RequiresApi annotation and drop support for API 19 (#540) (17d2ada)
  • ios: remove normalizeURL function (#576) (d5bdbaa)
  • ios: remove wkRewriteURL function (#577) (02c18ea)

BREAKING CHANGES

  • ios: wkRewriteURL was deprecated and has been removed, use window.Ionic.WebView.convertFileSrc instead
  • ios: normalizeURL was deprecated and has been removed, use window.Ionic.WebView.convertFileSrc instead
  • android: Drop Android 4.4 support (SDK API level 19). Min required is 21.

v4.2.1

4 years ago

4.2.1 (2020-04-28)

Bug Fixes

v4.2.0

4 years ago

4.2.0 (2020-04-14)

Bug Fixes

  • ionassethandler.m: fix startPath is getting null (#463) (0bf16f1)
  • ios: avoid app scrolling to top on keyboard hide (#533) (7974eb4)
  • ios: Replace deprecated APIs (#539) (27b9021)

Features

  • android: proxy service worker requests through local server (#452) (c672175)
  • ios: implement custom userAgent handling (#537) (8587114)

v2.5.3

4 years ago

v4.1.3

4 years ago

4.1.3 (2019-10-30)

Bug Fixes

  • android: return proper mimeType for .mjs files (#455) (173a313)
  • ios: mitigate media memory usage (#459) (cbd526d)
  • ios: remove itms-services private scheme (#464) (d7d2600)

v4.1.2

4 years ago

4.1.2 (2019-09-25)

Bug Fixes

  • android: allow schemes that start by https (#437) (fab9d1f)
  • Android: return proper mimeType for wasm files (0eb8a37)
  • ios: make programmatically focus work on iOS 13 (#438) (7a514b0), closes #435

v2.5.2

4 years ago

v2.5.1

4 years ago

v4.1.1

4 years ago

4.1.1 (2019-06-26)

Bug Fixes

  • ios: show error message when app fails to load (#382) (cb1f026)