So Im trying to Display Messenger in my Webbrowser but sadly messenger website is not displaying instead its displaying color white only in web browser here is the code that i used to display Messenger
WebBrowser1.ScriptErrorsSuppressed = True
WebBrowser1.Navigate("www.messenger.com")
i already try using this
WebBrowser1.ScriptErrorsSuppressed = True
WebBrowser1.Navigate(New Uri("https://www.messenger.com/"))
but Messenger website is still not displaying but google.com is working. So my question is why Google.com is working and messenger.com is not displaying