Home > Mobile >  How to remove permission request on start?
How to remove permission request on start?

Time:12-13

How can I remove the permission request on start of the app so I can request it on the page itself?

Permission on start

CodePudding user response:

one of the plugins initializing the permissions. make sure that your code does not call the camera plugin in the beginning.

  • Related