Web browser LoadURL

I’ve created a widget blueprint which shows a basic gui but I’m having problems loading a URL into the web browser widget using the Load URL function in blueprint.

It loads any page I require when specifying the url in “Initial URL” field of the Web Browser widget in the Designer view, but when in Graph view, the “Load URL” function just results in the loading throbber being shown in game with no site ever loading.

I had this working initially but I think it stopped working when I duplicated the Widget blueprint. I have since removed all references to the web browser from both widget blueprints and recreated them but that was no good.

Any ideas?

Thanks,

Rob

1 Like

Remove the ‘www.’ and replace with ‘http://’ in the URL.

Or you could try loading to a blank html page from the INITIAL URL in the design section of the webbrowser widget. Use a small delay and then use Load URL for your desired page. I have had to do this on my project and it sure bugs me.

1 Like