Description
When calling MyWebView.Reload() on an HtmlWebViewSource in iOS, the Navigated event returns WebNavigationResult.Failure instead of WebNavigationResult.Success.
Steps to Reproduce
1.Run the attached sample WebViewSample 4.zip
2.Tap the Reload button.
3.Observe the NavigationStatus Label.
Actual Behavior:
On iOS, when calling MyWebView.Reload() while using HtmlWebViewSource, the Navigated event fires with WebNavigationResult.Failure.
Link to public reproduction project repository
No response
Version with bug
9.0.81 SR8.1
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output