Karan Bhutwala

Results 2 comments of Karan Bhutwala

Yes `SubscriptionManager` needs API 22. so in that case, this module will not work in phones with API less than 22. or is there any workaround?

same here. markers are not showing after hosting. its working on localhost. ``` player = videojs('my-video'); player.on('ready', function(){ $http.get('questions/markers.json').then(function(response){ makeModalData(response.data); player.markers({ markers: response.data, onMarkerReached: function (marker, index) { player.pause(); openModal(marker.id);...