daserge
4c8f58d87c
CB-7961 Add cordova-plugin-inappbrowser support for browser platform
...
Added Browser platform support (Chrome, IE, Firefox)
Updated the docs
2015-03-16 13:26:34 +03:00
Steve Gill
1774ceafae
CB-8653 Updated Readme
2015-03-13 19:30:44 -07:00
Jesse MacFadyen
00809a3c51
Update docs for Android zoom=no option
2015-03-04 17:49:49 -08:00
Jesse MacFadyen
b96c4a7d9a
Merge branch 'master' of https://github.com/jellekralt/cordova-plugin-inappbrowser
2015-03-04 17:42:43 -08:00
Jesse MacFadyen
a45dbc80b4
updated docs, set hardwareback default to true
2015-03-04 00:26:57 -08:00
Jesse MacFadyen
9de15ac8bf
Merge branch 'master' of https://github.com/kriserickson/cordova-plugin-inappbrowser
2015-03-04 00:13:29 -08:00
Jesse MacFadyen
f4879e9e50
CB-8570 Integrate TravisCI
2015-03-02 17:21:08 -08:00
Victor Sosa
4a4164c6f6
CB-8438 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
2015-02-27 12:51:38 -06:00
Steve Gill
fb8574abde
CB-8538 Added package.json file
2015-02-25 00:35:29 -08:00
Maxime Boucher-Allard
f8a80ce27d
Keep external android pages in a single tab. ( close #61 )
2015-02-19 19:56:26 -05:00
Jason Chase
0293771e14
CB-8444 Add a clobber for cordova.InAppBrowser.open
( close #80 )
...
- Update doc with workaround for removing clobber
2015-02-19 19:52:05 -05:00
Jason Chase
ad263a1b53
CB-8444 Don't clobber window.open
...
- Add new symbol/clobber to access open function (`cordova.InAppBrowser.open`)
- Change existing tests to use new symbol (i.e. don't rely on plugin clobber of `window.open`)
- Add tests to use `window.open` via manual replace with new symbol
- Update docs to deprecate plugin clobber of `window.open`
2015-02-12 16:34:32 -05:00
Andrew Grieve
6604d54e12
CB-8429 Incremented plugin version.
2015-02-04 20:54:02 -05:00
Andrew Grieve
90d41e87ce
CB-8429 Updated version and RELEASENOTES.md for release 0.6.0
2015-02-04 20:12:45 -05:00
Andrew Grieve
19a2179d1d
Add missing license header for src/ubuntu/InAppBrowser_escapeScript.js
2015-02-04 16:03:59 -05:00
Andrew Grieve
bfff56aef4
CB-8270 Remove usage of [arr JSONString]
, since it's been renamed to cdv_JSONString
...
Just updating to the new name would make the plugin incompatible with
previous cordova-ios versions.
2015-01-21 11:48:08 -05:00
Maxim Ermilov
e5d6d6f69a
ubuntu: implement inject* functions
2014-12-15 16:38:26 +03:00
Maxim Ermilov
88b71b3a57
ubuntu: port to oxide
2014-12-15 16:38:22 +03:00
Ian Clelland
a40a10f1ea
Merge branch 'unplug-whitelist'
2014-12-12 07:47:15 -05:00
Ian Clelland
514469ab24
CB-7897: Update to work with whilelist plugins in Cordova 4.x
2014-12-03 09:29:22 -05:00
Steve Gill
abbbcc2461
CB-8110 Incremented plugin version.
2014-12-02 16:08:50 -08:00
Steve Gill
b9653af691
CB-8110 Updated version and RELEASENOTES.md for release 0.5.4
2014-12-02 16:07:02 -08:00
Ajitha
2c4bef1f97
Amazon specific changes:
...
Removed reference to closebuttoncaption according to
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;a=commit;h=50a78baf22843b0df96ccb4ca83a45bd9ef3fc39
2014-11-22 12:08:22 -08:00
daserge
e785533ab4
CB-7784 Exit event is not fired after InAppBrowser closing
2014-11-12 22:35:10 -08:00
daserge
3056997c78
CB-7697 Add locationBar support to InAppBrowser windows platform version
2014-11-12 22:35:10 -08:00
daserge
3f80b0b59c
CB-7690 InAppBrowser loadstart/loadstop events issues
...
Subscribing to events before navigating
2014-11-12 22:35:10 -08:00
daserge
71b43d39a4
CB-7695 Fix InAppBrowser injectScriptFile for Windows 8.1 / Windows Phone 8.1
...
Changed injects' paths to include parent folder
Used getFileFromApplicationUriAsync
2014-11-12 22:35:09 -08:00
daserge
d2eaa089f8
CB-7692 InAppBrowser local url opening bug in 8.1
...
Using ms-appx-web instead of ms-appx
2014-11-12 22:35:09 -08:00
daserge
1bf42c9e3b
CB-7688 Alert is not supported in InAppBrowser on Windows platform
...
Using cordova-plugin-dialogs to enable alerts.
2014-11-12 22:35:09 -08:00
Josh Soref
70d74e5273
CB-7977 Mention deviceready in plugin docs
2014-11-12 12:45:48 -05:00
Josh Soref
2818011249
Dropping trailing whitespace
2014-11-12 12:45:48 -05:00
Ian Clelland
80e4831a7f
CB-7897: Update to work with whilelist plugins in Cordova 4.x
2014-10-29 12:09:13 -04:00
Marcel Kinard
7a816d8454
CB-7876 change test target to avoid undesired redirects
...
The google.com test target would do automatic redirects to geography-specific
domains depending on where the client is, which leads to different behavior
depending where the tester is. This causes confusion, as the test results
may be different in different geographies. Use a test target that doesn't do
that, so the test results are independent of geography.
2014-10-27 12:23:10 -04:00
Marcel Kinard
50a78baf22
CB-7712 remove references to closebuttoncaption
...
The code for this had been previously commented out, but was still listed in
the docs. So remove it from the docs and remove the dead comments.
2014-10-24 17:45:09 -04:00
Marcel Kinard
216ed8ae57
CB-7850 clarify role of whitelist
2014-10-22 13:07:20 -04:00
Edna Morales
8012ae709b
CB-7720 check if event is null since OK string from success callback was removed
...
github: close #68
2014-10-07 11:37:42 -04:00
Ian Clelland
80010ae309
Merge branch 'master' of https://github.com/sosahvictor/cordova-plugin-inappbrowser
2014-10-06 15:01:13 -04:00
Steven Gill
927e7a8e98
Incremented plugin version.
2014-10-03 17:15:41 -07:00
Steven Gill
003f0fd3cd
Updated version and RELEASENOTES.md for release 0.5.3
2014-10-03 17:15:41 -07:00
Victor Sosa
0d79919aa5
CB-7700 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
2014-10-02 18:12:35 -05:00
Prabhjot Singh
a0785deff8
Amazon Specific changes:
...
Added logs and corrected indentation according to 81161ebe66
2014-10-02 12:20:22 -07:00
Victor Sosa
e9eb234683
CB-7471 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
2014-09-19 14:31:22 -05:00
sgrebnov
32c0e41c43
Windows implementation fixes and improvements
2014-09-19 10:33:53 +04:00
Piotr Zalewa
43592a4789
Merge branch 'fix_zindex'
2014-09-19 07:52:56 +02:00
Piotr Zalewa
4b3a838704
zIndex fixed
2014-09-19 07:51:42 +02:00
Jesse MacFadyen
ac0bdee8e6
renamed InAppBrowser back to inappbrowser for case sensitive operating systems
2014-09-18 16:52:40 -07:00
Jesse MacFadyen
22b3f0ccd4
Merge branch 'CB-5109' of https://github.com/Touchit/cordova-plugin-inappbrowser
2014-09-18 16:44:04 -07:00
Marcel Kinard
6e0ea336fc
CB-7571 Bump version of nested plugin to match parent plugin
2014-09-17 16:27:16 -04:00
Marcel Kinard
f47f5449c2
CB-7571 Incremented plugin version.
2014-09-17 15:35:02 -04:00
Marcel Kinard
8ce6b497fa
CB-7571 Updated version and RELEASENOTES.md for release 0.5.2
2014-09-17 15:27:43 -04:00