Maik Hummel
|
82bbe29986
|
(ios) add compile-time decision for disabling UIWebView (#584)
|
2020-01-04 08:55:28 +01:00 |
|
Niklas Merz
|
785fc4c83d
|
chore(release): 3.2.0-dev
|
2020-01-02 21:27:59 +01:00 |
|
Lorenzo B
|
416b05c1e5
|
Replace "beforeload" with BEFORELOAD (#524)
Improve code formatting
|
2019-12-30 10:47:37 +01:00 |
|
mosababubakr
|
9a15737577
|
Update missing closed brace to the insert.CSS (#568)
|
2019-11-04 15:23:44 +00:00 |
|
Norman Breau
|
7b6f95964a
|
Merge pull request #567 from mosababubakr/patch-1
Update missing closed brace to the insert.CSS
|
2019-11-03 11:09:54 -04:00 |
|
mosababubakr
|
1e16c50b1a
|
Update missing closed brace to the insert.CSS
|
2019-11-03 16:56:59 +02:00 |
|
Dave Alden
|
80feff6cf8
|
Merge pull request #401 from GEDYSIntraWare/bridge
Move bridge creation to injectDeferredObject
|
2019-09-24 16:21:19 +01:00 |
|
Dave Alden
|
ba345b0159
|
Merge pull request #534 from GEDYSIntraWare/fix-show-ios13
Fix inappbrowser not opening on iOS 13 by using reusable window. Resolves #492
|
2019-09-24 15:43:48 +01:00 |
|
Niklas Merz
|
855394628e
|
Fix unresponsive main window after hide
|
2019-09-24 16:28:07 +02:00 |
|
Niklas Merz
|
79b1bb61a0
|
Move window hiding to 'browserExit'
Fixes close, hide and toolbar 'done' and makes cordova window responsive
|
2019-09-23 10:29:31 +02:00 |
|
Niklas Merz
|
4376ddabcd
|
New fix attempt
|
2019-09-20 15:48:27 +02:00 |
|
Niklas Merz
|
82d496ae5c
|
Use tmpWindow and hide on close
|
2019-09-20 13:43:57 +02:00 |
|
Niklas Merz
|
81bec09526
|
(ios) Fix iOS 13 show not working
Removed tmpWindow and controller.
This was introduced to fix IAB with WKWebView before WKIAB existed.
|
2019-09-06 14:14:51 +02:00 |
|
Niklas Merz
|
8805f5d46a
|
Finish revert and correct Xcode warnings
|
2019-09-06 13:53:36 +02:00 |
|
Niklas Merz
|
8810c6a8a0
|
(ios) Fix inappbrowser not opening on iOS 13 by using reusable window
Closes #492
|
2019-09-06 13:49:44 +02:00 |
|
Jan Piotrowski
|
2b59941514
|
ci(travis): upgrade to node8
|
2019-07-01 20:26:57 +02:00 |
|
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
|
b84203970f
|
chore(release): release notes for 3.1.0
|
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 |
|
Jan Piotrowski
|
f3b695fde5
|
build: add .npmignore to remove unneeded files from npm package
|
2019-06-28 23:12:38 +02:00 |
|
Jan Piotrowski
|
5741d4af6d
|
build: add .gitattributes to force LF (instead of possible CRLF on Windows)
|
2019-06-28 23:12:38 +02:00 |
|
Jan Piotrowski
|
c2bb6c1409
|
ci(travis): Update Travis CI configuration for new paramedic (#478)
* Update Travis CI configuration for new paramedic
* remove wrong ADDITIONAL_TESTS_DIR
* Update .travis.yml
* remove failing platform
|
2019-06-20 15:19:13 +02:00 |
|
Jan Piotrowski
|
cc5ee007c6
|
docs: remove outdated translations
|
2019-06-20 15:18:42 +02:00 |
|
Ralph Gutkowski
|
94fec84d5c
|
Fix beforeload for Android <= 7 (#427)
* Fix beforeload for Android <= 7
* Change Android version check conditional
|
2019-06-13 00:33:23 +05:30 |
|
Jesse MacFadyen
|
a162bd9076
|
Fix failing CI tests (#460)
* bump node version to 6
* use default travis osx_image of xcode9.4
* comment out flakey local test
|
2019-04-09 10:49:41 -07:00 |
|
Jesse MacFadyen
|
af44235a61
|
Merge pull request #440 from cordova-develop/fix-close-event-test
Fix test spec.5 to close inappbrowser after loadstop event
|
2019-03-06 00:00:48 -08:00 |
|
Jesse MacFadyen
|
2500b08946
|
Merge pull request #383 from cvanem/master
Example documentation - Fix messageCallBack and beforeloadCallBack function names
|
2019-03-05 23:55:34 -08:00 |
|
Jesse MacFadyen
|
d01bd25a88
|
Merge pull request #262 from landsbankinn/CB-13969
Cb 13969 - Allow close button and navigation buttons positions to be swapped
|
2019-03-05 23:31:12 -08:00 |
|
Jesse MacFadyen
|
eb3acc04cc
|
Merge pull request #439 from apache/revert-353-patch-1
Revert "Add support for right to left direction languages"
I mistakenly merged #353 instead of a similar one.
|
2019-03-05 23:27:13 -08:00 |
|
KNaito
|
5f1afbdf05
|
Fix test spec.5 to close inappbrowser after loadstop event
|
2019-03-06 11:47:21 +09:00 |
|
Jesse MacFadyen
|
2f74d677b7
|
Revert "Add support for right to left direction languages"
|
2019-03-05 17:56:34 -08:00 |
|
Jesse MacFadyen
|
7b16ee88a4
|
Merge pull request #353 from transoceanic/patch-1
Add support for right to left direction languages
|
2019-03-05 17:34:19 -08:00 |
|
Jesse MacFadyen
|
c95dbcbaea
|
Merge pull request #436 from purplecabbage/ValidateCallbackId
[android] Prevent malformed callbackId from reaching app cordova view
|
2019-03-01 20:54:49 -08:00 |
|
Jesse MacFadyen
|
686108484e
|
Prevent malformed callbackId from reaching app cordova view
|
2019-02-28 14:52:01 -08:00 |
|
Steinar Ágúst
|
f861655382
|
CB-13969 fixing README to be correct for lefttoright option
|
2019-02-28 15:17:24 +00:00 |
|
Steinar Ágúst
|
9c7c2f31d8
|
CB-13969 functionality extended to WKWebView
|
2019-02-28 14:39:26 +00:00 |
|
steinaragustli
|
3c0a42e2ae
|
CB-13969 fix inappbrowser.css to be unmodified
|
2019-02-28 14:11:04 +00:00 |
|
Steinar Ágúst
|
5359f6cf18
|
CB-13969 reverting to older version of inappbrowser.css to leave it out of PR
|
2019-02-28 14:05:05 +00:00 |
|
Steinar Á. Steinarsson
|
df84ddabd2
|
CB-13969 trying to fix some wierd issue for PR
|
2019-02-28 13:04:21 +00:00 |
|
Steinar Á. Steinarsson
|
2bcec40213
|
CB-13969 trying to fix some wierd issue for PR
|
2019-02-28 13:02:04 +00:00 |
|
steinaragustli
|
fc0c560bff
|
CB-13969 trying to remove inappbrowser from pr
|
2019-02-28 12:50:53 +00:00 |
|
steinaragustli
|
5ead1e6a7e
|
CB-13969 trying to remove inappbrowser.css from pr
|
2019-02-28 12:50:02 +00:00 |
|
Steinar Ágúst
|
c7931faa7e
|
CB-13969 adding newline at end of inappbrowser.cs
|
2019-02-28 12:36:28 +00:00 |
|
Steinar Ágúst
|
e2adf1b285
|
CB-13969 fixing inappbrowser.css
|
2019-02-28 12:33:15 +00:00 |
|
Steinar Ágúst
|
4adf4c7230
|
CB-13969 updating README.MD to better explain lefttoright parameter option, reverting unneccesary indent changes on inappbrowser.css
|
2019-02-28 12:28:58 +00:00 |
|
Steinar Ágúst
|
74ccef1226
|
Merge remote-tracking branch 'upstream/master'
|
2019-02-28 11:43:34 +00:00 |
|
Jan Piotrowski
|
92243cdcc2
|
Add headline to window.open documentation (#406)
|
2019-02-22 18:27:30 +01:00 |
|
Dave Alden
|
388e3f6ae7
|
(iOS) Fix iframes in iOS/WKWebView which were broken by #418. Fixes #424. (#425)
|
2019-02-12 00:14:18 +01:00 |
|
Jan Piotrowski
|
ae329bc4c2
|
Add or update GitHub pull request and issue template
|
2019-02-11 18:39:42 +01:00 |
|