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

Implement a postMessage function and an onMessage event for webviews … #9762

Closed
wants to merge 14 commits into from
Closed

Implement a postMessage function and an onMessage event for webviews … #9762

wants to merge 14 commits into from

Commits on Oct 13, 2016

  1. Implement a postMessage function and an onMessage event for webviews …

    …in ios
    Jacob Parker authored and jacobp100 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    426b2f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dec7c42 View commit details
    Browse the repository at this point in the history
  3. WIP android branch

    jacobp100 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    2aded21 View commit details
    Browse the repository at this point in the history
  4. WIP web view messaging

    Jacob Parker authored and jacobp100 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    efce5f1 View commit details
    Browse the repository at this point in the history
  5. Implement webview communication on Android

    Jacob Parker authored and jacobp100 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    62edd77 View commit details
    Browse the repository at this point in the history
  6. Move native-only props to requireNativeComponent

    Jacob Parker authored and jacobp100 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    d0f0341 View commit details
    Browse the repository at this point in the history
  7. Remove incorrect ios annotation from documentation

    Jacob Parker authored and jacobp100 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    dfd4db2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a508f46 View commit details
    Browse the repository at this point in the history
  9. Call window.postMessage with an event-like object rather than the dat…

    …a directly to align better with the spec, rename message to data in all onMessage/onmessage calls to better align with the spec, correct the escaping of strings that may contain single quotation marks
    jacobp100 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    4e4b27c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    762b708 View commit details
    Browse the repository at this point in the history
  11. Show warning when overriding non-native value of window.postMessage, …

    …fix message events for old android versions
    jacobp100 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    3df06ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c81714 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Fix NSString @-prefix

    jacobp100 committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    ff94739 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2016

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