Closed jolindroth closed 2 years ago
The eventlistener listening to the custom unfocus event currently uses webview.getURL() which seems to have no effect. Changing to currentWindow.getURL() makes the url in the omnibox update to the loaded URL when the unfocus event is fired.
unfocus
webview.getURL()
currentWindow.getURL()
The eventlistener listening to the custom
unfocus
event currently useswebview.getURL()
which seems to have no effect. Changing tocurrentWindow.getURL()
makes the url in the omnibox update to the loaded URL when theunfocus
event is fired.