You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using videojs player in one of my ember.js applications and i added video tag in templates and calling videojs function inside didInsertElement callback . Example code is in jsbin http://emberjs.jsbin.com/zipaluri/6/edit . It works fine with no issues .
If i run application using grunt with grunt-ember-templates and grunt-contrib-concat plugins ...., it will generate compiled-templates.js file (precompiled ember template file) and combined-scripts.js (combined all script file into single file) files . I used this both files (specified path in index.html). Then if i start viewing video in a browser i can't able to drag progress bar slider and volume slider and also if i click on progress bar video will pause . I suspect may be precompiled ember template causing this issue . Is that right ?
The text was updated successfully, but these errors were encountered:
I don't have much experience with Ember so I'm not sure I can be much help here, but the example you show is working for me. Would it be possible to set up an example where it's breaking, or let me know which browsers/devices it's breaking on for you?
Issue fixed . Sorry its not due to videoJs or grunt . I fixed this issue . Previously we are not calling this._super() in init function of ember view .
I am using videojs player in one of my ember.js applications and i added video tag in templates and calling videojs function inside didInsertElement callback . Example code is in jsbin http://emberjs.jsbin.com/zipaluri/6/edit . It works fine with no issues .
If i run application using grunt with grunt-ember-templates and grunt-contrib-concat plugins ...., it will generate compiled-templates.js file (precompiled ember template file) and combined-scripts.js (combined all script file into single file) files . I used this both files (specified path in index.html). Then if i start viewing video in a browser i can't able to drag progress bar slider and volume slider and also if i click on progress bar video will pause . I suspect may be precompiled ember template causing this issue . Is that right ?
The text was updated successfully, but these errors were encountered: