-
Notifications
You must be signed in to change notification settings - Fork 50
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
Exception:Value cannot be null. (Parameter 'json') #27
Labels
bug
Something isn't working
Milestone
Comments
I'll take a look! |
Thanks,I fix this problem,cause I forgot return
but It seems private in your library |
Eilon
added a commit
that referenced
this issue
Feb 10, 2024
The InvokeJsMethodAsync() method now returns null if there was no return value. Fixes #27
This was referenced Feb 10, 2024
Eilon
added a commit
that referenced
this issue
Feb 11, 2024
The InvokeJsMethodAsync() method now returns null if there was no return value. Fixes #27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works but throw this Exception: Value cannot be null. (Parameter 'json')
my cs code:
my xaml code:
my html code:
The text was updated successfully, but these errors were encountered: