cordova-plugin-ionic-webview
Advanced tools
Changelog
3.0.0 (2019-01-03)
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.