Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To Open a URL on users the user's side, you have to pass the URL of the website from the unreal app to the browser side through a the JSON object. our browser-side system will collect that URL from json JSON object and open a new Tab in the user's browser with the given URL.

Info

Please note that in some URL there could be special signs which won’t be compatible with this.

Syntex:

{"cmd":"lunchUrllaunchUrl","value":"Put URL Here"}

Example Descriptor from unreal app to browser :
{"cmd":"lunchUrllaunchUrl","value":"http://www.eagle3dstreaming.com/ "}

...