AddLocalCallback don't work in Android 10
evolcano opened this issue · 0 comments
evolcano commented
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