I need my app to load a youtube video when a button is clicked. No errors are displayed but when i Click the button on my phone nothing happens. Please help me.
I'm surprised to see the Activity Starter supported in iOS:
Is there really an Action named android.intent.action... on iOS?
We mock out the VIEW action to open Safari, but it seems like we need to use a different API on newer versions of iOS as the older API has been deprecated.