Repository: cordova-docs Updated Branches: refs/heads/master f888fe071 -> f15996489
CB-10505 Adds cordova-plugin-inappbrowser 1.2.1 release blog post. This closes #486 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/f1599648 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/f1599648 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/f1599648 Branch: refs/heads/master Commit: f1599648926fe49026d4ce6482f27721d345c361 Parents: f888fe0 Author: sgrebnov <[email protected]> Authored: Thu Feb 4 16:08:24 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Fri Feb 5 15:04:00 2016 +0300 ---------------------------------------------------------------------- www/_posts/2016-02-04-plugins-release.md | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f1599648/www/_posts/2016-02-04-plugins-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-02-04-plugins-release.md b/www/_posts/2016-02-04-plugins-release.md new file mode 100644 index 0000000..2985589 --- /dev/null +++ b/www/_posts/2016-02-04-plugins-release.md @@ -0,0 +1,34 @@ +--- +layout: post +author: + name: Sergey Grebnov + url: https://twitter.com/sgrebnov +title: "cordova-plugin-inappbrowser Plugin Release" +categories: news +tags: release plugins +--- + +An important regression issue was discovered for `cordova-plugin-inappbrowser` version `1.2.0`. +We are releasing version `1.2.1` of `cordova-plugin-inappbrowser` to address +[CB-10407](https://issues.apache.org/jira/browse/CB-10407): InAppBrowser not firing `loadstart` event on **Android**. This release also includes some other improvements for **Android**, **iOS** and **Windows** platforms. + +---- +You can update the plugin by removing it, and then re-adding it. + + cordova plugin rm cordova-plugin-inappbrowser --save + cordova plugin add cordova-plugin-inappbrowser --save + +Changes include: +<!--more--> + [email protected] +* [CB-10407](https://issues.apache.org/jira/browse/CB-10407) InAppBrowser not firing `loadstart` event on **android** +* [CB-10428](https://issues.apache.org/jira/browse/CB-10428) Fix syntax error when browserifying inAppBrowser plugin +* handle app store urls in system browser on **iOS** +* [CB-6702](https://issues.apache.org/jira/browse/CB-6702) InAppBrowser hangs when opening more than one instance on **Android** +* [CB-10456](https://issues.apache.org/jira/browse/CB-10456) InAppBrowser is not closed if I close it programmatically on **Android** +* [CB-10451](https://issues.apache.org/jira/browse/CB-10451) InAppBrowser: `loadstart` event is not triggered on **Windows** +* [CB-10452](https://issues.apache.org/jira/browse/CB-10452) InAppBrowser: `exit` event is not triggered on **Windows** +* [CB-10454](https://issues.apache.org/jira/browse/CB-10454) InAppBrowser: `loaderror` event does not have code and message on **Windows** +* [CB-10450](https://issues.apache.org/jira/browse/CB-10450) InAppBrowser: Unable to get property canGoBack of undefined on **Windows** +* [CB-10441](https://issues.apache.org/jira/browse/CB-10441) Add auto tests for InAppBrowser plugin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
