seth hill...

Results 21 comments of seth hill...

Hi, what ultimately worked for my memory leak, besides properly disposing of the model was to call `renderer.info.reset()` https://threejs.org/docs/#api/en/renderers/WebGLRenderer

hi @Rodmg I just discovered an issue with this PR fix. It works well in the case when say I'm listening to Spotify and then switch over to my app....

@mxmzb correct - audio from my app should continue in the background. This is existing behavior in the master branch. Unfortunately this PR breaks that. I would love for this...

Hi, sorry you guys are having issues. I came across these similar plugins the other day: https://github.com/leon/cordova-plugin-remotecommand and https://github.com/leon/cordova-plugin-nowplaying I have limited time at the moment and I haven't tested...

Nice @homerours. I haven't tested your code but the api seems similar. Want to merge your project into this one to provide folks with a more complete remote controls plugin?

Cool. When you say notification infos, do you mean passing data from js to ios? From examples I've seen, using a array is pretty common. But happy to explore using...

Cool I agree.

created this branch https://github.com/shi11/RemoteControls/tree/androidWindows

Oh cool @Guichaguri yeah that'd be great. I definitely dropped the ball on this but if you wanted to run with it and create a PR that'd be great.

Nice @Guichaguri. I think it looks good. We should research what is supported in iOS. What do other folks think?