Re: Android Player Object in Background

2022-07-26 Thread Dan Friedman via use-livecode
Tom, Yes, I know the browser will do this. That's what we did originally. But, I couldn't get enough control over the playback in the browser. The Player Object does everything I need! Except work with the OS apparently. I'll have to reach out to LC for assistance. -Dan On 7/26/22, 2

Re: Android Player Object in Background

2022-07-26 Thread Tom Glod via use-livecode
The way I achieved this is using a html 5 player in the browser instead of the player object. The player has no way of doing this currentlyas far as I know. On Tue, Jul 26, 2022 at 12:43 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a music playing app that

Android Player Object in Background

2022-07-26 Thread Dan Friedman via use-livecode
I have a music playing app that uses the native player object to play music. When in the background, iOS allows control of the playing song in the Control Center. This not function this way on Android. There is a androidStartAudioPlayingInBackground command, but that plays a supplied url, no