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: marcuswestin/WebViewJavascriptBridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stury/WebViewJavascriptBridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 29, 2019

  1. Removing UIWebView support from this library, since Apple is now warn…

    …ing developers of their usage of the UIWebView APIs when submitting apps to the App Store for review. 
1. Removed UIWebView support and tests
2. Kept the WebView macOS support, as I don't think that has an issue yet.
3. Update the README.md to remove any UIWebView references.
4. Update the Podspec (version number, and description)
    J. Scott Tury committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    3f8bc72 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. As per review, removing more UIWebView references that were still in …

    …the code. I think this should eliminate them all now.
    J. Scott Tury committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    c2f99cb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Merge pull request #1 from stury/Remove-UIWebView-Support

    Remove ui web view support
    stury authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    627cd08 View commit details
    Browse the repository at this point in the history
Loading