Skip to content

Commit

Permalink
Version bump 2.5.0 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sebalagos90 committed Oct 17, 2017
1 parent 8ccff67 commit 4d7a40e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ This method execute the subscribed exit callback if exist. Then close the webvie
This method is usefull when onResume event is defined in your main app. You should set a flag in subscribeExitCallback success method. Then in onResume event you should verify the flag value. Finally the main app should call ionic.Platform.exitApp() method to close the app.

### ExitApp (iOS)
This method execute objective-C exit(0) method.
This method execute objective-C exit(0) method.

### SetWebViewBehavior (iOS)
This method adjust the size of the current webview using the iOS 11 status bar space. This method should be called at the beginning of the app.
No parameters required.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="kunder-cordova-plugin-webview"
version="2.4.2">
version="2.5.0">
<name>Cordova Second Webview</name>
<author href="http://kunder.cl">kunder</author>
<description>
Expand Down

0 comments on commit 4d7a40e

Please sign in to comment.