stevenmyhre

Results 4 comments of stevenmyhre

For me, I also had to write a directive/plugin that adds the unprefixed "`playsinline`" attribute to the video tag. Otherwise it auto-opens in fullscreen. link: function (scope, elem, attr, API)...

I ended up adding my own directive/plugin that just adds the attributes. Would be nice if `setVolume(0)` actually added this attribute. Although, then it might be too late for the...

I also had to hack the nulls away.

Before it even hits the server the payload contains empty textContent: Payload of events returned from .record callback: ``` {"type":5,"textContent":"","rootId":2222,"id":2822},{"type":3,"textContent":" ","rootId":2222,"id":2823},{"type":2,"tagName":"hr","attributes":{},"childN... ```