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 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
How bout MOE? Did anyone try that?
does this code work in the latest iOS?