WebView Navigated and Navigating events do not occur #5280
Labels
area-controls-webview
WebView
platform/android 🤖
platform/windows 🪟
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Description
WebView's Navigated and Navigating events are not executing when website navigation occurs. This is easy to reproduce, see steps below for specific guidance.
Note: This has been previously reported, but was closed without a defined solution #3857
Steps to Reproduce
Navigating
andNavigated events
, use any website for theSource
Observe => The Navigating and Navigated event handlers are never executed.
Here is code you can use:
Version with bug
Preview 13 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, Windows, I was not able test on other platforms
Affected platform versions
Android 12 / API 31
Did you find any workaround?
I need anything that can give me the navigated to URL. Specifically, I need the query string, but nothing I tried works.
Relevant log output
I don't see any relevant output.
The text was updated successfully, but these errors were encountered: