Announcement

Collapse
No announcement yet.

Hyperlink ? how to ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Hyperlink ? how to ?

    I wonder how i can make hyperlink on i Phone ?
    I have for example : www.google.com. Which is part of my Menu called " Options "
    And when i touch it i want to redirect to Safari and open the link ?

    #2
    You can call the 'mobile about [url]' console command to open a link. There is a setting in the MobileEngine.ini called AboutURL that you can set to give a base URL. It defaults to http://www.epicgames.com/`~/ where the `~ is replaced with whatever you specify as the [url] in the console command. if you just set the AboutURL to `~, then you can just pass complete url's to the console command, i.e. 'mobile about http://www.google.com'. How you handle that is up to you. The important part is to set that in the .ini file and then call 'mobile about [url]'.

    Comment


      #3
      Cool 10x ! I'll check it out

      Comment


        #4
        This method it's not working in older versions of UDK... I don't know if there is another way to do it in those older versions I want to do this but I am using UDK MAY version...

        Comment


          #5
          I'm using it too buddy! If you find something tell us

          Comment


            #6
            The feature was added in June or July. Before that, there was no way to open an arbitrary webpage in Safari unfortunately.

            Comment

            Working...
            X