Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ionic-team/cordova-plugin-ionic-webview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.3
Choose a base ref
...
head repository: ionic-team/cordova-plugin-ionic-webview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 6 contributors

Commits on Mar 25, 2020

  1. replace startsWith with indexOf (#497)

    Fix Android 5 convertFileSrc not working issue
    l9c authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    9760822 View commit details
    Browse the repository at this point in the history
  2. fix(ionassethandler.m): fix startPath is getting null (#463)

    If Ionic is used inside a framework file, self.basePath is null and stringToLoad contains the full
    needed path. Current string concatenation does not respect that case, leading to startPath is null
    and so index.html is not loaded. Fix this by setting startPath to empty string instead of null if
    base path is null.
    tobyherrmann authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0bf16f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    8587114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dac782 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27b9021 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

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

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    c672175 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.2.0 [skip ci]

    # [4.2.0](v4.1.3...v4.2.0) (2020-04-14)
    
    ### Bug Fixes
    
    * **ionassethandler.m:** fix startPath is getting null ([#463](#463)) ([0bf16f1](0bf16f1))
    * **ios:** avoid app scrolling to top on keyboard hide ([#533](#533)) ([7974eb4](7974eb4))
    * **ios:** Replace deprecated APIs ([#539](#539)) ([27b9021](27b9021))
    
    ### Features
    
    * **android:** proxy service worker requests through local server ([#452](#452)) ([c672175](c672175))
    * **ios:** implement custom userAgent handling ([#537](#537)) ([8587114](8587114))
    Ionitron committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9e8d35f View commit details
    Browse the repository at this point in the history
Loading