You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***WebViewLocalServer.java:** return 404 error code when a local file is not found ([#217](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/217)) ([f7a551e](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/f7a551e)), closes [#216](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/216)
15
+
16
+
17
+
### BREAKING CHANGES
18
+
19
+
***iOS:** Sets deployment-target to 11, so will only work on iOS 11+
20
+
21
+
* Address changes
22
+
* changes the default from 1 (never) to 0 (always)
23
+
***WebViewLocalServer.java:** Until now, the Android part of the plugin was returning a 200 http code even though
24
+
the requested file didn't exist. This behavior was inconsistent with the historical behavior of the
25
+
iOS webView. This change makes them both work in the same manner but introduces a breaking change
26
+
for the current Android users that are expecting a 200 http code no matter what and are testing the
27
+
not found error just by checking if the body is null.
0 commit comments