SKLn-Rad / Xam.Plugin.Webview

Xamarin Plugin for a HybridWebView in PCL projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigating events difference on iOS and Android

japeldoorn opened this issue · comments

I'm using your plugin for a simple app on iOS and Android, but it seems that the OnNavigationCompleted and OnNavigationStarted events differ on both platforms.

On Android, i see that for every request done on the webpage loaded, i get the OnNavigationStarted event. With every navigation on the webpage i get the event.
On iOS, i get the event only once (on the initial load of the webpage), but then i do not get the event with navigating on the webpage.

Is there a logical cause for this behavior?