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

[release/9.0.1xx-rc2] Move HybridWebView platform code to handlers (attempt 2) #25041

Open
wants to merge 3 commits into
base: release/9.0.1xx-rc2
Choose a base branch
from

Commits on Oct 1, 2024

  1. Move HybridWebView platform code to handlers

    And run everything through the mappers.
    
    Fixes #24269
    Eilon authored and github-actions committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    247eb8c View commit details
    Browse the repository at this point in the history
  2. Run Android tests

    Eilon authored and github-actions committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    36eb866 View commit details
    Browse the repository at this point in the history
  3. @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 authored and github-actions committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6889363 View commit details
    Browse the repository at this point in the history