Search found 1 match

Go to advanced search

by Lisa7324589
Tue Jan 13, 2015 2:10 pm
Forum: Issues
Topic: Open dynamically created links with inAppBrowser
Replies: 1
Views: 60
 
Jump to post

Open dynamically created links with inAppBrowser

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'), '...

Go to advanced search