Open PrzemekZA opened 1 year ago
App is crashing when NavigationPage is used. Sample: https://github.com/PrzemekZA/AdMobTest
Solution: create ViewRender with code
protected override void OnElementChanged(ElementChangedEventArgs<MTAdView> e)
{
if (e.NewElement == null)
return;
base.OnElementChanged(e);
}
Thank you. I've found the issue with the code and I'll release a new version that will fix it.
Hello @marcojak! I wonder if you managed to take a look at this bug yet? No pressure, holidays and all, just wondering :). Please let me know if you need any help testing. Thank you for the wonderful plugin and Happy Holidays!
Describe the bug App crash when back to previous view from view where banner is.
To Reproduce Steps to reproduce the behavior:
Expected behavior App will not crash
Smartphone (please complete the following information):
Additional context Issue is on plugin version 1.9.0.2 In previous versions of the plugin it was fine