Update WebViewRenderer.cs (#4737)
authorzhuXinghan <1097278366@qq.com>
Wed, 13 Feb 2019 13:10:07 +0000 (21:10 +0800)
committerRui Marinho <me@ruimarinho.net>
Wed, 13 Feb 2019 13:10:07 +0000 (13:10 +0000)
Fixed the problem that only the first Navigating event can be triggered

Xamarin.Forms.Platform.MacOS/Renderers/WebViewRenderer.cs

index 4c22546..9bdef0b 100644 (file)
@@ -66,6 +66,8 @@ namespace Xamarin.Forms.Platform.MacOS
                                {
                                        decisionToken.Use();
                                }
+                               
+                               _sentNavigating = false;
                        }
                }