Problem with custom web view extension and you tube videos

hi, please I want to make a youtube viewer app so I tried many times to use web view and custom web view
ok its show the youtube website that is the video on its website, not just the video that I want to show in my app
I also want to follow the link that is up in the video to go to youtube app and don't open this page in my app just open it in the youtube app
I want the viewer to be like that but I don't know-how

Are you saying you want to open the link in the YouTube app on clicking the title of the video? You can do this using the ActivityStarter component.

1 Like

How about this: Calling a Notifier which displays a notification. The notification prompts the user to open the link in the YouTube app. When the "Yes" button is pressed, it will open the link in YouTube. Please make sure you change the link of the set ActivityStarter.DataUri block.
webviewer.aia (2.3 KB)

1 Like