Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for ios 13 #1

Merged
merged 59 commits into from
Nov 18, 2019
Merged

fix for ios 13 #1

merged 59 commits into from
Nov 18, 2019

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    f3d7f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d940b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c6189e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. ignore idea folder

    steinaragustli committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    05e37a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    313e0ae View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. CB-13969 cordova-inappbrowser:iOS&Android now includes a extra, optio…

    …nal parameter to swap position of navigationbuttons and close/done button
    steinaragustli committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    cbe3a42 View commit details
    Browse the repository at this point in the history
  2. CB-13696 fixing for PR

    steinaragustli committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    b06ad8e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    ec6af56 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Configuration menu
    Copy the full SHA
    ba3a440 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. Configuration menu
    Copy the full SHA
    a890e60 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. (ios) Move createIframeBridge to injectDeferredObject

    Avoid failed script injections for pages which did not finish loading.
    NiklasMerz committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    e3db974 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. GH-417: Handle non-default target attribute values (e.g. target=on li…

    …nks in WKWebView implementation on iOS (#418)
    dpa99c authored and janpio committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    9f4b729 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    ae329bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388e3f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    92243cd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    74ccef1 View commit details
    Browse the repository at this point in the history
  2. CB-13969 updating README.MD to better explain lefttoright parameter o…

    …ption, reverting unneccesary indent changes on inappbrowser.css
    steinaragustli committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    4adf4c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2adf1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7931fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ead1e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc0c560 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bcec40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df84dda View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5359f6c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c0a42e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c7c2f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f861655 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6861084 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Merge pull request #436 from purplecabbage/ValidateCallbackId

    [android] Prevent malformed callbackId from reaching app cordova view
    purplecabbage committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    c95dbcb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Merge pull request #353 from transoceanic/patch-1

    Add support for right to left direction languages
    purplecabbage committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7b16ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f74d67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1afbd View commit details
    Browse the repository at this point in the history
  4. 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.
    purplecabbage committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    eb3acc0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #262 from landsbankinn/CB-13969

    Cb 13969 - Allow close button and navigation buttons positions to be swapped
    purplecabbage committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    d01bd25 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #383 from cvanem/master

    Example documentation - Fix messageCallBack and beforeloadCallBack function names
    purplecabbage committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    2500b08 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #440 from cordova-develop/fix-close-event-test

    Fix test spec.5 to close inappbrowser after loadstop event
    purplecabbage committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    af44235 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Fix failing CI tests (#460)

    * bump node version to 6
    * use default travis osx_image of xcode9.4
    * comment out flakey local test
    purplecabbage committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    a162bd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Fix beforeload for Android <= 7 (#427)

    * Fix beforeload for Android <= 7
    * Change Android version check conditional
    Ralph Gutkowski authored and purplecabbage committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    94fec84 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    cc5ee00 View commit details
    Browse the repository at this point in the history
  2. 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
    janpio committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    c2bb6c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    5741d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b695f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9dad63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b842039 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df62388 View commit details
    Browse the repository at this point in the history
  6. chore(release): 3.1.1-dev

    janpio committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    84dfb09 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. ci(travis): upgrade to node8

    janpio committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    2b59941 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    8810c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8805f5d View commit details
    Browse the repository at this point in the history
  3. (ios) Fix iOS 13 show not working

    Removed tmpWindow and controller.
    This was introduced to fix IAB with WKWebView before WKIAB existed.
    NiklasMerz committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    81bec09 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    82d496a View commit details
    Browse the repository at this point in the history
  2. New fix attempt

    NiklasMerz committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    4376dda View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Move window hiding to 'browserExit'

    Fixes close, hide and toolbar 'done' and makes cordova window responsive
    NiklasMerz committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    79b1bb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    8553946 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #534 from GEDYSIntraWare/fix-show-ios13

    Fix inappbrowser not opening on iOS 13 by using reusable window. Resolves #492
    dpa99c committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    ba345b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #401 from GEDYSIntraWare/bridge

    Move bridge creation to injectDeferredObject
    dpa99c committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    80feff6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Configuration menu
    Copy the full SHA
    1e16c50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #567 from mosababubakr/patch-1

    Update missing closed brace to the insert.CSS
    breautek committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    7b6f959 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    9a15737 View commit details
    Browse the repository at this point in the history