Skip to content

Releases: ionic-team/cordova-plugin-ionic-webview

v3.0.0

03 Jan 16:26

Choose a tag to compare

3.0.0 (2019-01-03)

Bug Fixes

Features

  • Allows configuration of Mixed Content Mode (#240) (486d412), closes #231
  • Android: Implement ionic-file and ionic-content urls (#242) (8ef0c30), closes #204 #183
  • iOS: Remove GCDWebServer (#244) (0dee0cf)
  • WebViewLocalServer.java: return 404 error code when a local file is not found (#217) (f7a551e), closes #216

BREAKING CHANGES

  • iOS: Sets deployment-target to 11, so will only work on iOS 11+

  • Address changes

  • changes the default from 1 (never) to 0 (always)

  • WebViewLocalServer.java: Until now, the Android part of the plugin was returning a 200 http code even though
    the requested file didn't exist. This behavior was inconsistent with the historical behavior of the
    iOS webView. This change makes them both work in the same manner but introduces a breaking change
    for the current Android users that are expecting a 200 http code no matter what and are testing the
    not found error just by checking if the body is null.

v2.3.1

06 Dec 19:50

Choose a tag to compare

2.3.1 (2018-12-06)

Bug Fixes

  • Handle convertFileSrc when using ionic:// scheme (#236) (89ce899)

v2.3.0

05 Dec 18:45

Choose a tag to compare

2.3.0 (2018-12-05)

Features

  • ios: Add URLSchemeHandler for iOS 11+ (#221) (4a973f4)

v2.2.5

21 Nov 15:03

Choose a tag to compare

Adds dark keyboard support
Fixes iOS 12 keyboard scrolling bug: #201

v2.2.3

09 Nov 17:28

Choose a tag to compare

2.2.3 (2018-11-09)

Bug Fixes

  • Remove main and fix description (d52db66)

v2.2.2

09 Nov 15:00

Choose a tag to compare

fix: Add more server checks before loading urls or reloading (#211)

Add  more server ckecks before loading urls or reloading, also check for socket

v2.2.1

07 Nov 17:12

Choose a tag to compare

2.2.1 (2018-11-07)

Bug Fixes

  • Show error page if server is not running (#207) (6a2e07e)