Still getting error:
“Error: [$sce:insecurl] Blocked loading resource from url not allowed by $sceDelegate policy. URL: //player.vimeo.com/video/82125785”
and u can use this in the config of your app for all videos from vimeo
$sceDelegateProvider.resourceUrlWhitelist([
‘self’,
‘http://player.vimeo.com/video/**’
]);
],
[
{ track: 'How do you love me now ', artist: 'Hey Monday', video: 'www.youtube.com/watch?v=qzBruRwBltE'},
],
[
{ track: 'i write sins not tragedies', artist: 'panic at the disco', video: 'www.youtube.com/watch?v=vc6vs-l5dkc'},
],
[
{ track: 'shameless', artist: 'All Time Low', video: 'www.youtube.com/watch?v=VicpLNKQlJY'},
],
[
{ track: 'what do you mean', artist: 'Sam Tsui', video:'www.youtube.com/watch?v=R0n8c4z3lWk'},
]];
Hello
In my project im using iFrame to play videos using vimeo video url. When i scroll to that iframe section in the app , it asks to open that video in browser in phone with alert. Like this