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

@ionic-native/httpd plugin wrapper compatibility for use with Capacitor #79

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2021

  1. The @ionic-native/httpd plugin has an incorrect method declaration for

    `getUrl`. Their declaration is for `getURL`. This commit adds
    compatibility for both methods and can be reverted once the following
    case has a fix:
    danielsogl/awesome-cordova-plugins#3805
    colossatr0n committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    294d09f View commit details
    Browse the repository at this point in the history
  2. Ignore tilde files.

    colossatr0n committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    047eca6 View commit details
    Browse the repository at this point in the history
  3. Added backwards compatible update to support capacitor and cordova apps

    by allowing specification of the www directory name. This is for iOS
    builds.
    colossatr0n committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    23febbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    039fb58 View commit details
    Browse the repository at this point in the history