Eilon / MauiHybridWebView

MIT License
206 stars 45 forks source link

Fix NullRef when JS method has no return value #44

Closed Eilon closed 7 months ago

Eilon commented 7 months ago

The InvokeJsMethodAsync() method now returns null if there was no return value.

Fixes #27