Re: granted permission(s) on mobile

2023-02-10 Thread Klaus major-k via use-livecode
Hi Mike, > Am 10.02.2023 um 15:35 schrieb Mike Kerner via use-livecode > : > > I have n/a ticked on all of those permissions. the permissions are handled > by the external. i don't ever recall ticking any of those permissions, > ever, and we've been doing barcoding since the beginning. ah, I se

Re: granted permission(s) on mobile

2023-02-10 Thread Mike Kerner via use-livecode
I have n/a ticked on all of those permissions. the permissions are handled by the external. i don't ever recall ticking any of those permissions, ever, and we've been doing barcoding since the beginning. On Thu, Feb 9, 2023 at 2:49 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com>

Re: granted permission(s) on mobile

2023-02-09 Thread Klaus major-k via use-livecode
Hi Mike, > Am 09.02.2023 um 19:39 schrieb Mike Kerner via use-livecode > : > > on ios if you're using mergAV (barcode scanner), the user needs to permit > both camera and video > there isn't a permission, per se that you call out when building the app. > you trigger the permissions dialogs like

Re: granted permission(s) on mobile

2023-02-09 Thread Mike Kerner via use-livecode
on ios if you're using mergAV (barcode scanner), the user needs to permit both camera and video there isn't a permission, per se that you call out when building the app. you trigger the permissions dialogs like this: mergavrequestmediaaccess "video" mergavrequestmediaaccess "audio" On Thu, F

granted permission(s) on mobile

2023-02-09 Thread Klaus major-k via use-livecode
Hi friends, if our app needs access to e.g. the -> auto-focus camera Will this be covered by the general -> android.permission.CAMERA? I need to check this before taking action with that camera. And is there an equivalent of android.permission.xxx for iOS? Thanks for any hint! Best Klaus --