Re: Shutdown on Android

2023-09-02 Thread J. Landman Gay via use-livecode
In my experience the app remains running when the recent apps are displayed, but if you continue by choosing another app then I think you should get either the shutdowns message or the suspend one. It's worth a try. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | htt

Re: Shutdown on Android

2023-09-02 Thread Mark Smith via use-livecode
to remove it, how can I > trap that the app is being closed and stop playing music? > > -Dan > > > > From: use-livecode on behalf of J. > Landman Gay via use-livecode > Date: Friday, September 1, 2023 at 3:37 PM > To: How to use LiveCode > Cc: J. Landman Gay

Re: Shutdown on Android

2023-09-02 Thread Dan Friedman via use-livecode
music? -Dan From: use-livecode on behalf of J. Landman Gay via use-livecode Date: Friday, September 1, 2023 at 3:37 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Shutdown on Android On 8/31/23 5:36 PM, Dan Friedman via use-livecode wrote: > Does the shutdown message

Re: Shutdown on Android

2023-09-01 Thread J. Landman Gay via use-livecode
On 8/31/23 5:36 PM, Dan Friedman via use-livecode wrote: Does the shutdown message (or shutdownRequest message) work on Android? I am playing a song using androidStartAudioPlayingInBackground. However, if the app is closed (swiping up to exit it), then the audio continues to play. So, I a

Shutdown on Android

2023-08-31 Thread Dan Friedman via use-livecode
Does the shutdown message (or shutdownRequest message) work on Android? I am playing a song using androidStartAudioPlayingInBackground. However, if the app is closed (swiping up to exit it), then the audio continues to play. So, I added an androidStopAudioPlayingInBackground command in the