open default web browser on UMG button click?

Hi,

Is there any way to open the default web browser on iOS devices (Safari, chrome, firefox…), when I click on a UMG button?

I can’t seem to find out how to do this.
Thanks.

Hello,

Did you try “Launch URL” Blueprint function?

Cheers!

Thank you! this is exactly what I needed :slight_smile:

Hi,Could you tell me how to open URL on IOS with web browser? I’m now trying to open the URL on PC, but I can’t get it on my IOS

Use the node launchURL node and use the following format **http://***yourWebAdressHere *
The important thing to remember is to put http:// at the beginning of URL you like to open.
I’m developing an iOS app so I can confirm that this works 100%.
If you have any more issues write so I can help you.

Good luck
Z.

I already know why,add the key in here:

Thank you vary much!