Jan Piotrowski
84dfb09edd
chore(release): 3.1.1-dev
2019-06-28 23:12:38 +02:00
Jan Piotrowski
df623882c2
chore(release): 3.1.0 (version string)
2019-06-28 23:12:38 +02:00
Jan Piotrowski
e9dad636d2
chore: fix repo and issue urls and license in package.json and plugin.xml
2019-06-28 23:12:38 +02:00
KNaito
5f1afbdf05
Fix test spec.5 to close inappbrowser after loadstop event
2019-03-06 11:47:21 +09:00
Dave Alden
c54d10052a
(iOS & Android) Add postMessage API support ( #362 )
...
<!--
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
is intended as a quick reference, for complete details please see our Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html
Thanks!
-->
### Platforms affected
Android
iOS (both UIWebView & WKWebView implementations)
### What does this PR do?
Adds support for [postMessage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage ) enabling pages loaded into the InappBrowser to post messages back to the parent Webview of the Cordova app.
For example, sending event messages associated with UI interactions such as button clicks from the wrapped page back to the parent app Webview.
### What testing has been done on this change?
Automated tests have been extended to cover the `message` event.
### Checklist
- [x ] Commit message follows the format: "GH-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
- [ x] Added automated test coverage as appropriate for this change.
2018-12-13 17:21:45 +01:00
Dave Alden
61014dd877
Fix indentation of tests.js for eslint
2018-10-09 11:48:15 +01:00
Dave Alden
7f5fa2a28f
Add plugin to fix reporting of cordova-paramedic results when using WKWebView plugin.
...
See https://github.com/apache/cordova-paramedic/issues/52
2018-10-09 10:51:06 +01:00
Dave Alden
86cc778c4a
Fix tests so they auto-start when run via cordova-paramedic
2018-10-05 21:23:56 +01:00
Dave Alden
dc7fa34bbe
CB-7179 (iOS): Add support to optionally use WKWebView for iOS
2018-09-30 10:05:46 +01:00
Steve Gill
5581957078
CB-14030 Set VERSION to 3.0.1-dev (via coho)
2018-04-13 12:28:14 -07:00
Steve Gill
757022d85a
CB-14030 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)
2018-04-13 12:24:16 -07:00
Steve Gill
220cb39f93
Set VERSION to 3.0.1-dev (via coho)
2018-04-12 17:16:16 -07:00
Steve Gill
200f7c1923
CB-14030 Updated version and RELEASENOTES.md for release 3.0.0 (via coho)
2018-04-12 17:06:22 -07:00
Suraj Pindoria
3f0528c380
CB-13826 Incremented plugin version.
2018-01-25 11:47:20 -08:00
Suraj Pindoria
7eb2e1ea03
CB-13826 Updated version and RELEASENOTES.md for release 2.0.2
2018-01-25 11:41:40 -08:00
Simon MacDonald
b9e0a80837
Set VERSION to 2.0.2-dev (via coho)
2017-12-27 19:13:50 -05:00
Simon MacDonald
7c1ea3b5c2
CB-13714 Updated version and RELEASENOTES.md for release 2.0.1 (via coho)
2017-12-27 19:13:36 -05:00
Steve Gill
e428556e25
Set VERSION to 2.0.1-dev (via coho)
2017-12-15 17:26:44 -08:00
Steve Gill
d85991accb
CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)
2017-12-15 17:25:13 -08:00
Steve Gill
0f2f14a563
Set VERSION to 1.7.3-dev (via coho)
2017-11-06 14:38:39 -08:00
Steve Gill
b9c577044c
CB-13542 Updated version and RELEASENOTES.md for release 1.7.2 (via coho)
2017-11-06 14:37:45 -08:00
Audrey So
902427525f
CB-12895 : added eslint and removed jshint
2017-08-29 15:13:21 -07:00
Alexander Sorokin
72ac4d7eca
CB-13028 (CI) Browser builds on Travis and AppVeyor, Fixes tests on browser and browser implementation
2017-07-27 15:55:11 +03:00
filmaj
c630159c22
Set VERSION to 1.7.2-dev (via coho)
2017-04-27 12:51:10 -07:00
filmaj
ff6a765fac
CB-12736 Updated version and RELEASENOTES.md for release 1.7.1 (via coho)
2017-04-27 12:51:08 -07:00
Steve Gill
b923e88b23
CB-12685: added package.json to tests folder
2017-04-21 19:21:11 -07:00
Steve Gill
0ddc31d3f4
Set VERSION to 1.7.1-dev (via coho)
2017-03-02 14:46:15 -08:00
Steve Gill
a74510ba00
CB-12519 Updated version and RELEASENOTES.md for release 1.7.0
2017-02-28 17:41:27 -08:00
daserge
d842693889
CB-12364 [Windows] Inappbrowser inject file manual tests are not working
2017-01-26 12:35:24 +03:00
Shazron Abdullah
d26ccd1f4d
CB-12237 Incremented plugin version.
2016-12-14 12:27:33 -08:00
Shazron Abdullah
b6e575be32
CB-12237 Updated version and RELEASENOTES.md for release 1.6.1
2016-12-14 12:21:39 -08:00
Shazron Abdullah
cfbd3845a8
CB-12224 Incremented plugin version.
2016-12-07 16:55:07 -08:00
Shazron Abdullah
009e662c82
CB-12224 Updated version and RELEASENOTES.md for release 1.6.0
2016-12-07 16:39:45 -08:00
Frank Stingl
20c21f39df
removed duplicate hide method in ios source and add jasmine test cases
2016-10-19 11:36:20 +02:00
pwlin
32253b96a6
CB-11955 Added Initial OSX platform support
...
- Added src/osx plugin folder structure.
- Added OSX platform to plugin.xml and package.json files.
- Added _system target functionality for OSX.
- Modified README.md to include information about OSX support.
- Disabled 'open method' jasmine tests for OSX.
This closes #190
2016-10-13 12:43:39 +09:00
Nikita Matrosov
2df0e72c36
CB-11694 Android: Set hadwareBackButton value according option in cordova.InAppBrowser.open
...
HadwareBackButton value persists across usages. By default hardwareBack value is null. In this case we should set hadwareBackButton to default value.
This closes #188
2016-09-28 11:04:12 +03:00
Steve Gill
c81a64a21c
CB-11832 Incremented plugin version.
2016-09-09 16:08:04 -07:00
Steve Gill
6c8106a706
CB-11832 Updated version and RELEASENOTES.md for release 1.5.0
2016-09-08 23:38:54 -07:00
daserge
2776b14db6
CB-10467 Hardware back button, while InAppBrowser is opened, closes the app too in addition to closing InAppBrowser
2016-08-17 19:56:51 +03:00
Steve Gill
37b3d249da
CB-11091 Incremented plugin version.
2016-04-15 13:45:27 -07:00
Steve Gill
56bb457c5e
Updated version and RELEASENOTES.md for release 1.4.0
2016-04-15 13:08:27 -07:00
daserge
ea1253963b
CB-10636 Add JSHint for plugins
2016-02-19 15:42:34 +03:00
Vladimir Kotikov
2d836eea0f
CB-10557 Incremented plugin version.
2016-02-09 13:21:08 +03:00
Vladimir Kotikov
5cbd28edb0
CB-10557 Updated version and RELEASENOTES.md for release 1.3.0
2016-02-09 13:21:02 +03:00
sgrebnov
4f3b4df7d1
CB-10538 cordova-plugin-inappbrowser timeout issue
...
There are some google scripts on Apache home page preventing page to fully loaded in time in some cases. Switched to Apache Community home page as test page and increased timeout just in case.
github close #149
2016-02-08 14:12:26 +03:00
Sean Kelly
b51a4dc54e
CB-7786 Support mediaPlaybackRequiresUserAction on Android
...
This closes #132
2016-02-04 14:15:41 +03:00
sgrebnov
f04f37a617
CB-10505 Incremented plugin version.
2016-02-02 14:32:42 +03:00
sgrebnov
df94a6c157
CB-10505 Updated version and RELEASENOTES.md for release 1.2.1
2016-02-02 14:29:21 +03:00
sgrebnov
163f7c5a8f
Added missing plugin dependency for manual tests
2016-02-01 15:17:55 +03:00
sgrebnov
04c05a5e52
CB-10441 Add auto tests for InAppBrowser plugin
...
github close #142
2016-02-01 13:58:33 +03:00