Can't use Custom webview with camera permission

I’ve used custom webview extension to use camera permission, but it doesn’t work!
result:


code:

1 Like

first of all, you need to create your web viewer like this
blocks

1 Like

@The_Revenger_Studios Thank You!!!

1 Like

Welcome @Scian

1 Like

@The_Revenger_Studios Could you please help me with another…?
I can’t grant permission…
It says


I put the camera component but it doesn’t work …:frowning:

Where are you testing your app? ( on companion or on exported apk )

companion!

i think you need to export your apk then test it in your android phone

1 Like

both… (companion + apk)

then i think its not possible to grant this permission

oh… :frowning: I might have to use manifest extension…

yes exactly

1 Like

@The_Revenger_Studios Thanks!

1 Like

It is possible but only when it is required by website.
Also on some phones you need not to ask for this permission and only granting it to webview will work.

1 Like

@vknow360 Yes I used with website permission.
How?
I used manifest extension (atomdeveloper) but it doesn’t work…:frowning:

See this thread for example:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.