Is it possible to behave like a browser?

when user types some address like overwolf.com, show it’s page
Is it possible in overwolf overlay?

I’d like to browse another website using overwolf

Hi!
It is in fact possible. You can use the overwolf.utils.openUrlInOverwolfBrowser() method, in order to open any link you want in the built in browser, which supports overlay.
Example attached:
overwolf.utils.openUrlInOverwolfBrowser("https://google.com")

1 Like