I have a page that has a WebView and an ActivityIndicator. I've wired up event handlers to to the WebView Navigating and Navigated events to activate and de-activate the ActivityIndicator. This all works great on Android. On iOS, the Navigating event fires, but the Navigated event does not fire consistently. This often leaves the ActivityIndicator in a perpetually activated state. Has anyone found a fix or workaround that doesn't involve a custom WebView render?