devsmadeofsteel/Plugin.HybridWebView

AddLocalCallback don't work in Android 10

evolcano opened this issue · 0 comments

I used AddLocalCallback to regist JS callback function. In uwp, it works fine, js call the C# code through registed function successfully . But the same code don't work in Android 10 (targetSdkVersion="29").

Maybe same as : xamarin/Xamarin.Forms#1376