Daniel Staudigel
Daniel Staudigel
This would be great - I am happy to push up a PR if that's helpful, but I don't want to step on anyones toes.
@morgante - let me know if you had something else in mind r.e. PR #62
Debugging/time-travel is a "hard" problem to do with timing-dependent code. It is not easy with any of the similar middlewares (that I know of), but Saga introduces an API that...
In my experience debugging sagas, there were a few different behaviors that would have made sense at different times, and that was in the span of a very short time....
Yup, can confirm this is the case, and not just for this plugin. In order to turn them on, you need to register event handlers for next/previous with `MPRemoteCommandCenter`, like...
@pvandrunen - the correct solution is to rewrite this plugin so that it uses the latest-and-greatest API from Apple (sigh), forward the events from the Obj-C side into the JS...
@pvandrunen - Let's talk at some point, the problem with the way that this extension works is that there is often a gap between when the media begins playing and...
Yeah, I'm using a background mode plugin for both. Unfortunately, lock-screen usage is a primary use case for me, and so sub-par performance really sucks. What I'm looking to create...
@marcusforsberg - this whole ecosystem is pretty horridly bad at the moment. Android is crash-city, iOS suffers from its own weird edge-cases (especially when the playback and the lock screen...
@marcusforsberg - I don't have the time to tackle this at the moment, I would be happy to guide you through the process of creating this kind of plugin, however!