Do the extension can upload in webviewer?
The extension is a webviewer.
Nice extension
but i have a trouble accessing the phone camera, the webview aks for the permission “android.webkit.resource.VIDEO_CAPTURE”
but the old block GrantPermission is missing in this version
i already have this perms granted
Exceptional Work
Thank you for pointing out this missing permission
Some permissions were added later and now websites using those permissions need access to Video and Audio capture.
I will add those permissions in v8
But for now if anyone wants to it to work then he/she can append these permissions in @UsesPermissions
and compile the source.
Required permissions:
android.webkit.resource.AUDIO_CAPTURE
android.webkit.resource.VIDEO_CAPTURE
Thank you
awesome thanks
i using v4 for now, i will try to compile later “never compiled mit ext” with the extras perms
Welcome
But why are you using v4
Any special reason?
Can anyone try to check that desktop mode is working or not. I have tried but it’s not working. I just want it confirm it.
sorry, i cant find grant permission, where I can be looking for?
That block has been removed in latest version of extension. If you need that you would have to use older version.
Because the lack of permissions as i mencioned
i open a issue in github also
The software are under testing phase and only thing i need is the video on screen for tests, when i come to production phase i switch to new version
its it! using V5
i dont know if it is useful
@vknow360 https://drive.google.com/file/d/1VHBeb0UEJwo6rDnvztbjUh8G1CI54451/view?usp=sharing
why it is blinking please fix it
Post that file here.
I need a help, i have a query that i place one web viewer for several buttons…
So when i click on button and go to web view url then after that i press home and come to homescreen then click on another button then web viewer shows that previous url before start loading!!!
So how i can do that web viewer when click on home it clear web viewer like when i click the button 1st time!!!
Means a white screen in starting!!
When user want to go back on home screen then pass a empty string in webview url.
Use Go to url
block and in url pass a empty string to show whit screen.