Has anyone successfully passed a URI to a youtube intent?
B4X:
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_VIEW, "http://m.youtube.com/watch?v=zLDIcIrZO8Y")
Intent1.SetComponent("com.google.android.youtube/.PlayerActivity")
StartActivity(Intent1)
'intent1.PutExtra("android.intent.extra.TEXT", "http://www.youtube.com/watch?v=zLDIcIrZO8Y")
'Uri.parse("http://www.youtube.com/watch?v=cxLG2wtE7TM")))
'Uri.parse("vnd.youtube://" + video_id);
Last edited: