RE: Launch URL with Link Back to LC App

2017-01-31 Thread Ralph DiMola via use-livecode
>Richard Gaskin wrote: >I suppose the question for us is: Why isn't this supported in LC as an option in the Standalone Builder? It is in a way with the "background audio" option in the standalone settings. Enabling will get you rejected if there is no audio played in the app(ask me how I know). T

Re: Launch URL with LInk Back to LC App

2017-01-31 Thread panagiotis merakos via use-livecode
This option is not in the Standalone Settings because the engine does not yet support suspend/resume explicitly. IIRC, in the past we had discussed what needs to be done to properly support suspend/resume messages on mobile, and it turned out to be quite tricky, requiring a major rewrite. On Tue

Re: Launch URL with LInk Back to LC App

2017-01-31 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > Ralph > > Thanks, hacking the pList definitely works! > > I guess Apple doesn't care, right? I would imagine not, since they defined the plist and included that value for that purpose. I suppose the question for us is: Why isn't this supported in LC as an

Re: Launch URL with LInk Back to LC App

2017-01-30 Thread Ralph DiMola via use-livecode
-From: Sannyasin Brahmanathaswami via use-livecode Date:01/30/2017 22:18 (GMT-05:00) To: How to use LiveCode Cc: Sannyasin Brahmanathaswami Subject: Re: Launch URL with LInk Back to LC App Ralph Thanks, hacking the pList definitely works! I guess Apple doesn't care, right? On 1/30/17

Re: Launch URL with LInk Back to LC App

2017-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
Ralph Thanks, hacking the pList definitely works! I guess Apple doesn't care, right? On 1/30/17, 10:18 AM, "use-livecode on behalf of Ralph DiMola via use-livecode" wrote: JLM, Thanks for the clarification. BR, Another way to do this without using the un-supported plist hack is t

RE: Launch URL with LInk Back to LC App

2017-01-30 Thread Ralph DiMola via use-livecode
...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Monday, January 30, 2017 1:58 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Launch URL with LInk Back to LC App On 1/29/17 9

Re: Launch URL with LInk Back to LC App

2017-01-30 Thread J. Landman Gay via use-livecode
On 1/29/17 9:24 PM, Sannyasin Brahmanathaswami via use-livecode wrote: Is there a way to ensure that the "back button" on any device's web app, goes back to the card in the stack from which it was invoked by the "launch ulr" command? This has to do with the default behavior of LC and the OS it

RE: Launch URL with Link Back to LC App

2017-01-30 Thread Ralph DiMola via use-livecode
BR, This has been described at the ol' "plist hack": Look at the package contents of the LC.app version your using. Navigate to the Contents>Tools>Runtime>iOS folder and set the permissions for write access to the "Device-x_x" folders. Then edit the "Settings.plist" files and delete the 2 lines

RE: Launch URL with Link Back to LC App

2017-01-30 Thread Ralph DiMola via use-livecode
BR, This has been described at the ol' "plist hack": Look at the package contents of the LC.app version your using. Navigate to the Contents>Tools>Runtime>iOS folder and set the permissions for write access to the "Device-x_x" folders. Then edit the "Settings.plist" files in those folders and d