D
D
Dmitry2019-05-15 13:12:18
Android
Dmitry, 2019-05-15 13:12:18

cordova plugins not working no permissions?

asked to change the design in one of the old projects
in fresh cordova refused to assemble
after creating a new project with the same plugins and copying the code, it started to assemble
but the plugins do not work, in particular the camera
, as I understand it due to the lack of permissions, but it is not clear from the documentation where to register them to be requested during installation

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Zagaevsky, 2019-05-15
@demon416nds

In a modern android application, it is impossible to request permissions during installation (or it is possible, but it will not be possible to upload to Google Play ). Read about permishins here . Specifically about cardova - in the relevant documentation. But any application must follow these rules.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question