Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-03-02 Thread Mike Kerner via use-livecode
oh, so it is. thanks! On Wed, Mar 1, 2023 at 4:24 PM Andrew at MWCM via use-livecode < use-livecode@lists.runrev.com> wrote: > > > andrew, > > ok, now i'm curious: > > do you also do deep linking into your app, itself? > > I've thought about doing that, but I've never tried to figure out how. >

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-03-01 Thread Andrew at MWCM via use-livecode
> andrew, > ok, now i'm curious: > do you also do deep linking into your app, itself? > I've thought about doing that, but I've never tried to figure out how. No deep linking INTO (but I think that is covered at https://lessons.livecode.com/m/4069/l/58672-using-custom-url-schemes

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-03-01 Thread Mike Kerner via use-livecode
Feb 2023 10:14:37 -0500 > > From: Mike Kerner > > To: How to use LiveCode > > Subject: Re: On mobile: mergAVRequestMediaAccess "video" and > > androidRequestPermission "android.permission.CAMERA" > > Message-ID: > >

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Klaus major-k via use-livecode
Hi Panos, > Am 28.02.2023 um 21:33 schrieb panagiotis m via use-livecode > : > > Hello Klaus, > > *sorry, I only have a Samsung Android phone.* > *Tested there, but unfortunately that does not work on Android this way.* > > On Android, if you go to Settings -> Apps -> Manage Apps and

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Andrew at MWCM via use-livecode
> > Date: Tue, 28 Feb 2023 10:14:37 -0500 > From: Mike Kerner > To: How to use LiveCode > Subject: Re: On mobile: mergAVRequestMediaAccess "video" and > androidRequestPermission "android.permission.CAMERA" > Message-ID: > > Content-Ty

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread panagiotis m via use-livecode
Hello Klaus, *sorry, I only have a Samsung Android phone.* *Tested there, but unfortunately that does not work on Android this way.* On Android, if you go to Settings -> Apps -> Manage Apps and then choose your app, you can see which permissions have been requested and which of them have

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Klaus major-k via use-livecode
Hi Mike, > Am 28.02.2023 um 19:05 schrieb Mike Kerner via use-livecode > : > >> So you mean the user can set these options AFTER my app does not show >> the dialog anymore and the app will work again as intended? Is that > correct? > Have a look at your phone. You can see that you can permit or

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Mike Kerner via use-livecode
>So you mean the user can set these options AFTER my app does not show >the dialog anymore and the app will work again as intended? Is that correct? Have a look at your phone. You can see that you can permit or revoke permissions for any app, at any time. >And with "direct the user..." that you

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Klaus major-k via use-livecode
Hi Mike, > Am 28.02.2023 um 16:15 schrieb Mike Kerner via use-livecode > : > > BTW, the same issue exists on MacOS, and the solution is the same. ah, thanks will keep that in mind! Any opinions of this one anyone? > However on iOS the "Allow camera access" will only appear ONCE when the > app

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Klaus major-k via use-livecode
Hi Mike, > Am 28.02.2023 um 16:14 schrieb Mike Kerner via use-livecode > : > > this isn't an uncommon problem. ah, I guessed thanks for the confirmation. > what other apps on ios do is throw up a separate dialog that directs the > user to Settings->Privacy and Security->whatever (in your

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Mike Kerner via use-livecode
BTW, the same issue exists on MacOS, and the solution is the same. On Tue, Feb 28, 2023 at 10:14 AM Mike Kerner wrote: > this isn't an uncommon problem. > what other apps on ios do is throw up a separate dialog that directs the > user to Settings->Privacy and Security->whatever (in your case,

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Mike Kerner via use-livecode
this isn't an uncommon problem. what other apps on ios do is throw up a separate dialog that directs the user to Settings->Privacy and Security->whatever (in your case, both "Camera" and "Microphone"), and tells the user to return to try again when that setting is changed. On Tue, Feb 28, 2023 at

On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Klaus major-k via use-livecode
Hi friends, I have a mobile app which is meaningless if the user does not allow access to the camera! Basically it is a companion to a game with printed cards, and on these cards are QR-codes. The app (the user) will then scan the code, the app will play a sound of an animal and the user has