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

feat: Add CapWebView #5715

Merged
merged 24 commits into from
Jun 30, 2022
Merged

feat: Add CapWebView #5715

merged 24 commits into from
Jun 30, 2022

Commits on Sep 27, 2021

  1. capwebview wip

    elylucas committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    b6ce7a1 View commit details
    Browse the repository at this point in the history
  2. wip

    elylucas committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a430774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    935e7d8 View commit details
    Browse the repository at this point in the history
  4. clealup capwebview

    elylucas committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    61ab121 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2894234 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

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

Commits on Nov 3, 2021

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

Commits on Nov 5, 2021

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

Commits on Nov 17, 2021

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

Commits on Dec 8, 2021

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

Commits on Jan 5, 2022

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

Commits on Jan 19, 2022

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

Commits on Feb 10, 2022

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

Commits on Mar 3, 2022

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

Commits on Mar 4, 2022

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

Commits on Mar 8, 2022

  1. fix(ios): Use autolayout for CAPWebView and JSValueContainer Update (#…

    …5487)
    
    fix(ios): Add `getValue(_:)` method to JSValueContainer. This intends to replace `getAny(_:)`, since we are not ever going to be returning a type that does not conform to `JSValue`.
    
    fix(ios): Update CAPWebView to use autolayout to pin the child webview to it's leading, trailing, top, and bottom constraints. This was causing issues with when CAPWebView is nested deep within a view heirarchy. Refactor to make `webView` and `capacitorBridge` to no longer be optionals through the use of lazy vars.
    Steven0351 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    0f148f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    a495adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b149b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83955fd View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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

Commits on Jun 17, 2022

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

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    252b18f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc68392 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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