Julio César
555d55ac8a
Fixes CB-10607
...
When the device is in portrait upside down the toolbar appears at the
bottom. This fix set the origin to the 0,0 point
2016-02-13 19:33:21 +01: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
Connor Pearson
98b63cc37e
CB-3360: Set custom inappbrowser user agent for android
...
github close #95
2016-02-08 22:40:27 +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
Wolfram Kriesing
234cca4e5b
CB-10395 InAppBrowser's WebView not storing cookies reliable on Android
...
github close #147
2016-02-08 12:15:24 +03:00
t1st3
bb69b79ca3
chore: edit package.json license to match SPDX id
...
See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license ) and [SPDX license IDs](https://spdx.org/licenses/ )
X-ref: https://github.com/apache/cordova-plugin-device/pull/48
2016-02-07 18:31:19 +01:00
Julio César
80c8e56fb0
CB-10305 Gray bar appears in the wrong place on iOS
...
This closes #137
2016-02-04 18:32:52 +03:00
Sean Kelly
b51a4dc54e
CB-7786 Support mediaPlaybackRequiresUserAction on Android
...
This closes #132
2016-02-04 14:15:41 +03:00
sgrebnov
be1f6076c2
CB-7500 executeScript with callback kills/blurs inAppBrowser window on Android
...
github close #146
2016-02-04 14:08:22 +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
Jesse MacFadyen
1f190d517f
Merge branch 'master' of https://github.com/uareurapid/cordova-plugin-inappbrowser
2016-02-01 23:13:13 -08:00
sgrebnov
163f7c5a8f
Added missing plugin dependency for manual tests
2016-02-01 15:17:55 +03:00
sgrebnov
b024104a54
CB-10451 InAppBrowser: loadstart event is not triggered on Windows
...
CB-10452 InAppBrowser: 'exit' event is not triggered on Windows
CB-10454 InAppBrowser: 'loaderror' event does not have code and message on Windows
CB-10450 InAppBrowser: Unable to get property 'canGoBack' of undefined on Windows
github close #145
2016-02-01 14:24:55 +03:00
sgrebnov
73ed40fe07
CB-6702 InAppBrowser hangs when opening more than one instance
...
github close #144
2016-02-01 14:00:52 +03:00
sgrebnov
4d9e4884dd
CB-10456 InAppBrowser is not closed if I close it programmatically on Android
...
guthub close #143
2016-02-01 13:59:42 +03:00
sgrebnov
04c05a5e52
CB-10441 Add auto tests for InAppBrowser plugin
...
github close #142
2016-02-01 13:58:33 +03:00
sgrebnov
2e0dc26eaa
CB-10428 Fix syntax error when browserifying inAppBrowser plugin
...
github close #141
2016-01-26 16:20:42 +03:00
Joe Bowser
8da5e25eee
CB-10407: Re-adding onPageStarted to re-add LOAD_START, even though it's in the wrong place
2016-01-22 14:22:58 -08:00
Steve Gill
15a57485c6
CB-10368 Incremented plugin version.
2016-01-15 16:58:32 -08:00
Steve Gill
c3ccb694d3
CB-10368 Updated version and RELEASENOTES.md for release 1.2.0
2016-01-15 16:35:05 -08:00
Joe Bowser
212e0a34d8
CB-8180: Changing methods of interception in WebViewClient class
...
This closes #136
2016-01-15 14:11:59 -08:00
Martin Bektchiev
518596a96f
Fix lint warnings
...
This closes #120
2016-01-15 11:45:23 -08:00
sgrebnov
f326121590
CB-10009 Improve InAppBrowser toolbar look and feel on Windows
...
github close #129
2016-01-11 14:25:11 +03:00
PC Dreams (Paulo Cristo)
fa7c46a316
handle app store urls in system browser
2016-01-05 12:32:47 +00:00
robario
9540f11fcc
Using modulemapper
2015-12-18 18:13:01 +09:00
robario
3a1fea5d8b
Open a new window on the browser platform
...
The URL is not supposed to change in the case of SPA.
2015-12-18 17:32:24 +09:00
Shazron Abdullah
2fc2658830
CB-10187 Incremented plugin version.
2015-12-10 16:01:03 -08:00
Shazron Abdullah
ce285e8e06
CB-10187 Updated version and RELEASENOTES.md for release 1.1.1
2015-12-10 16:00:13 -08:00
sgrebnov
65821f907d
CB-9445 Improves executeScript callbacks on iOS
...
This closes #125
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2015-12-10 14:47:43 -08:00
Steve Gill
290ea0ac9c
CB-10035 Incremented plugin version.
2015-11-30 17:57:07 -08:00
Shazron Abdullah
542536f790
CB-10040 - re-fix: backwards compatible with cordova-ios < 4.0
2015-11-20 10:53:36 -08:00
Connor Pearson
9b576f303b
CB-8534: Allow plugins to respond to onReceivedHttpAuthRequest. This closes #82
2015-11-20 19:59:43 +03:00
Connor Pearson
52cfd3216a
CB-3750: Fixes spinner on iOS. This closes #89
2015-11-20 18:40:16 +03:00
Sergey Grebnov
8142c73c84
CB-7696 Document target=_self behavior for Windows
...
github close #124
2015-11-20 15:22:26 +03:00
Shazron Abdullah
bc9036d90a
CB-10040 - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:'
2015-11-19 15:22:30 -08:00
Steve Gill
1cd9205eb5
CB-10035 linked issues in RELEASENOTES.md
2015-11-18 22:11:41 -08:00
Steve Gill
5451427c98
CB-10035 Updated version and RELEASENOTES.md for release 1.1.0
2015-11-18 19:45:05 -08:00
Steve Gill
e32b95ccf9
removed r prefix from tags
2015-11-18 15:02:03 -08:00
Jesse MacFadyen
682703aa24
weak ref type was wrong
2015-11-18 14:22:42 -08:00
Steve Gill
6815a48408
CB-10035 Updated RELEASENOTES to be newest to oldest
2015-11-18 13:54:08 -08:00
Jesse MacFadyen
620d92e5c0
Close #91
2015-11-17 23:05:44 -08:00
Jesse MacFadyen
2c002f0f8d
Close #85
2015-11-17 15:45:10 -08:00
Jesse MacFadyen
214763c76b
Merge branch 'master' of https://github.com/ABB-Austin/cordova-plugin-inappbrowser
2015-11-17 15:07:20 -08:00
Jesse MacFadyen
8fb2244432
Merge branch 'CB-8863'
2015-11-17 13:03:39 -08:00
Jesse MacFadyen
1bc51f9381
fix async self usage
2015-11-17 11:50:40 -08:00
sgrebnov
49757716f5
CB-9150 Fix InAppBrowser executeScript crash on Windows if no data returned
2015-11-17 11:42:55 +03:00
sgrebnov
6b99fb96f8
CB-10008 Fix InAppBrowser popup layout on Windows
2015-11-17 11:17:02 +03:00
Jesse MacFadyen
1912d12697
Merge branch 'fix_status_bar_negative' of https://github.com/vinnyrose/cordova-plugin-inappbrowser
2015-11-16 17:54:08 -08:00