How do I call Youtube app from my ios app

I know how to do it on the Android side (using something like startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));).

But I do not have a clue on the ios side. Can anyone advise?

Thanks in advance.

I just found the solution. I just need to call Gdx.net.openURI in the core module.

Gdx? from which framework? Thanks

libgdx :stuck_out_tongue:

:joy::joy::joy:

How bout MOE? Did anyone try that? :stuck_out_tongue:

1 Like

does this code work in the latest iOS? :stuck_out_tongue: