moko-permissions icon indicating copy to clipboard operation
moko-permissions copied to clipboard

Request multiple permissions at once

Open ln-12 opened this issue 4 years ago • 2 comments

Sometimes it is needed to request multiple permissions at once, e.g. Bluetooth + Location. It would be nice to have this case covered by a (separate) method.

ln-12 avatar Jan 11 '21 15:01 ln-12

you can do it just call multiple times request permission now. for android multiple permissions at once can be used (system UI allow it), but on iOS result will be as now (sequence of requests)

Alex009 avatar Jan 12 '21 16:01 Alex009

any example how to request multiple permission?

fjr619 avatar Jun 09 '24 14:06 fjr619