Webview's url is not changing

Default url of webview : https://www.google.com/
To-be url of webview : https://www.naver.com/

I set the default url for the webview component end then tried to change the url. but the url is not changing from the default url.

when I set webview’s url with text and then set other label’s text to webview’s url, it shows updated url, but webview doesn’t show the updated page even if I try reloading the page.

Image at below is the result

I tried

  1. change class_qna_view(webview component)'s url when clicking the button
  2. set webview’s url when page Starts, Opens
  • If I don’t set default url and then try to set later, they just give me this page. I tried many other urls including my own website url, testing site url. Errors are not because of the cors or network. it shows well if I put every single url of sites I tested as default url

Could you dm me a link to your project?