Return to Snippet

Revision: 56311
at March 21, 2012 06:32 by Jono


Initial Code
, events: {
 'click video': 'play_video'
}

        , play_video: function (event) {
            var _this = this;
            try {
                event.currentTarget.play();
            } catch (err) { };
        }

Initial URL


Initial Description
Put this code in the global_view.js

Initial Title
Fix for Samsung Galaxy S Video Issue

Initial Tags


Initial Language
JavaScript