Re: mergDocCanOpen opens iOS sharing menu

2020-05-13 Thread Ralf Bitter via use-livecode
Hi Monte, thanks very much for taking the time to respond. Ralf > On 13. May 2020, at 00:42, Monte Goulding via use-livecode > wrote: > > Hi Ralf > > It might be that `mergDocCanOpen` needs to be deprecated as it relied on a > hack and Apple must have changed the behavior. Checking the r

Re: mergDocCanOpen opens iOS sharing menu

2020-05-12 Thread Monte Goulding via use-livecode
Hi Ralf It might be that `mergDocCanOpen` needs to be deprecated as it relied on a hack and Apple must have changed the behavior. Checking the result after `mergDocShow*` commands will still report if the document interaction controller was able to be shown for the document. Cheers Monte > O

mergDocCanOpen opens iOS sharing menu

2020-05-12 Thread Ralf Bitter via use-livecode
Seems there is an issue with mergDocCanOpen(). Whenever this function is called the iOS sharing menu shows up for a short moment at the top of the screen. I am running LC 9.6.0 (rc1) and iOS SDK 13.2. The particular script including this function worked fine in earlier versions. Does anybody have