Disable URL displaying in the left bottom #4845
-
Hi Is there some setting that I can set on WebView2 that disables the URL showing at the bottom of the browser window when hovering over links in the browser? |
Beta Was this translation helpful? Give feedback.
Answered by
mikeduglas
Oct 4, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
oskarjf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
webView.CoreWebView2.Settings.IsStatusBarEnabled = false;