When I tried an application based on custom webview extension, I got an issue called ‘android.webkit.resource.video_capture’ and android.webkit.resource.AUDIO_CAPTURE’.
What should I have to do now?
I want to complete this project but this error is caught up with me as I was about to end
You should provide more information about your issue
Asking questions
To improve the chance of getting help on the forum please follow these recommendations when posting a question:
Do your homework first
Search for similar questions/answers on the forum. Try forum search and also Google your problem.
Try to solve the problem yourself, and describe what you have tried. It is much more rewarding to help someone who has tried himself first.
Post in the right categorie, post only once and do not steal topics
Make sure that you post your question …
1 Like
This is my error I want to solve this. How? can u please suggest me?
Ask permission block doesn’t work with list of permissions, you might want to try this extension:
1.Introduction
Extension Name: listPermission
With this extension it is possible to make a whitelist at once. It also verify the permissions granted in a practical way.
Latest Version: 2.1
Released:2020-05-21T07:03:00Z (UTC)
Last Updated:2020-05-25T13:54:00Z (UTC)
2.Blocks
Methods/Functions
[component_method (5)]
[component_method (6)]
[component_method (1)]
[component_method (7)]
Events
[component_event (4)]
[component_event (5)]
3.Documentation
Methods
Request Permissions
In a…
Or this guide ( without extensions ):
I found the solution / cause to (many) permission issues. It is caused by the Package Utilities component. Whenever this component is used, the screen must be reloaded to grant permission. And this is the case regardless of whether any method of this component is used or not.
Therefore, I strongly recommend not using this component at all until this bug has been fixed. See this example regarding Challenge 46:
This is now my solution (to grant 3 or more permission at Screen.Initialize):
pe…