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

HybridWebView should have a way for C# to call a JS method that doesn't have any return value (or ignore the return value) #26766

Open
Eilon opened this issue Dec 20, 2024 · 0 comments · May be fixed by #27094
Assignees
Labels
area-controls-hybridwebview HybridWebView control proposal/open s/triaged Issue has been reviewed
Milestone

Comments

@Eilon
Copy link
Member

Eilon commented Dec 20, 2024

Description

The current set of APIs requires specifying info about a return value from JS, but there are scenarios where that isn't needed or useful.

This could necessitate a different API, such as hybridWebView.InvokeJavaScriptVoidAsync(...) or something similar.

Public API Changes

See above

Intended Use-Case

See above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-hybridwebview HybridWebView control proposal/open s/triaged Issue has been reviewed
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

3 participants