Hello, I have a page loading problem through WebView.LoadUrl, the page I want to load is white in the forms, I checked if it was the problem in the code but it loads
www.google.com but another page like
https://cruzeiros.visualturismo. com.br/auth/login doesn't load, I've tried every way
I will send the image and code party
axNavegador.WebView.LoadUrl("https://www.google.com/"); -- it works
axNavegador.WebView.LoadUrl("https://cruzeiros.visualturismo.com.br/auth/login"); -- does not work