Open letscodewithkalyan opened 6 days ago
Related to https://github.com/dotnet/maui/issues/11004?
@jfversluis "ShouldInterceptRequest" method Is calling fine but "ShouldOverrideUrlLoading" is not firing.
This issue has been verified using Visual Studio 17.12.0 Preview 5(9.0.0-rc.2.24503.2 & 8.0.92 & 8.0.3). Can repro this issue at android platform.
ShouldOverrideUrlLoading is firing for me when I go to the other page from the first page that has been loaded initially. But it is not firing for the first loading.
Methods are called in this order after the CustomWebView appears on the page: ... ShouldInterceptRequest ... OnPageFinished ...
Then I go to some other page: ... ShouldInterceptRequest ... ShouldOverrideUrlLoading ... OnPageFinished ...
Description
When we added Custom Mauiwebview client In Android ShouldOverrideUrlLoading is not firing in android
Steps to Reproduce
No response
Link to public reproduction project repository
https://github.com/letscodewithkalyan/MauiWebViewIssue
Version with bug
8.0.91 SR9.1
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response