Hi guys. My app dynamically creates a list of video links by making requests to a website. I mapped the created URLs to a link component and used this code that I found in another question ( https://getsatisfaction.com/apperyio/... ): var a = $('a[name=mobilelink_62]'); window.open(a.attr('href'), '...