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

Move HybridWebView platform code to handlers (attempt 2) #24952

Merged
merged 4 commits into from
Oct 1, 2024

Commits on Sep 26, 2024

  1. Move HybridWebView platform code to handlers

    And run everything through the mappers.
    
    Fixes #24269
    Eilon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    250d206 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Run Android tests

    Eilon committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6e4ab72 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    35cf769 View commit details
    Browse the repository at this point in the history
  2. @android.webkit.JavascriptInterface is missing!

    By changing `HybridJavaScriptInterface` to a class, the JCW now says:
    
        @android.webkit.JavascriptInterface
        public void sendMessage (java.lang.String p0)
    jonathanpeppers committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0820530 View commit details
    Browse the repository at this point in the history