On my raspberry pi + iceweasel (Firefox) the video does not start when I initially load the page. Even if I navigate between different states and back to the home state, where the video is embedded. After reloading the page the video starts. Once it has started it works also when switching states.
The background image is already shown, just the video does not start.
PS:
I use ui-router on my mac I can run the module with Chrome and Firefox without any problems.
HTML
Controller
angular.module 'instagram', ['angular-virtual-keyboard', 'angular-useragent-parser', 'myInstagramService', 'angularVideoBg']
.controller 'InstagramCtrl', ($scope, $http, $log, $timeout, instagramService, authUserService, UserQuery, UAParser) ->
self = @
@.videoOptions = {"start":(9_60), "end":(11_60), "videoId":'3TlJWoM69ww'}
On my
raspberry pi+iceweasel(Firefox) the video does not start when I initially load the page. Even if I navigate between different states and back to the home state, where the video is embedded. After reloading the page the video starts. Once it has started it works also when switching states.The background image is already shown, just the video does not start.
PS:
I use
ui-routeron mymacI can run the module withChromeandFirefoxwithout any problems.HTML
Controller
angular.module 'instagram', ['angular-virtual-keyboard', 'angular-useragent-parser', 'myInstagramService', 'angularVideoBg']
.controller 'InstagramCtrl', ($scope, $http, $log, $timeout, instagramService, authUserService, UserQuery, UAParser) ->
self = @
@.videoOptions = {"start":(9_60), "end":(11_60), "videoId":'3TlJWoM69ww'}