Kevin Feinberg
Kevin Feinberg
Looks to be working in my quick testing on codepen. Can you share an example?
As long as your source is the same, it's a matter of resource caching between the browser and server.
Sounding like a general video playback issue rather than something specific to Videogular. Can't speak to iOS behavior as I've not tried this. What I do know is that iOS...
A gesture restriction means that the API can only be triggered in an event handler for an event such as a click. It has to be directly called by the...
Actually spent some time experimenting with this during the last week. Some observations: - You can't make the video element full screen request because it has a security restriction requiring...
Potential issue when vgTrackInfo is supplied as an attribute as opposed to through the config object.
Include probably isn't the best approach. For reusability of your Videogular configuration, it's advisable to wrap it in a component or directive depending on your AngularJS version. This would be...
Render onto a canvas and use its capture capabilities. There are however cross origin security restrictions that cripple some such canvas functionality. On Wed, May 9, 2018, 4:17 AM serenaxx...
If I understand correctly, you're interested in capturing when the user has viewed 10% of the video. Playback may be nonlinear with seeking, which makes the problem more interesting. There...
Are you auto playing by any chance? On Nov 7, 2017 8:06 AM, "Javascript Hupp Technologies" < [email protected]> wrote: > I have a feature in app in which I need...