Results 368 comments of Stéphane Lenclud

Steps to reproduce are all in #193. There are actually two ways I could reliably reproduce it. Sorry can't invest time into that right now.

That's one way to reproduce it. The other one is to just have a large session, 150 tabs worked for me. Then from the session go to the task manager...

Yes that's what I would expect. When nothing is written then you lose all your tabs.

I'm guessing this can be done using [WebView.saveWebArchive](https://developer.android.com/reference/android/webkit/WebView#saveWebArchive(java.lang.String)).

While it would be nice to have it is unlikely to be worked on in the foreseeable future. Our roadmap is already full with much higher priority items.

Interesting, I did use the camera before though using WebRTC to make video calls.

> It works when user grants camera in permission settings. The app should ask for permission in not granted case Thanks for reporting that. It should indeed be asking for...

@nift4 Maybe they fixed it at some point. Which [WebView](https://github.com/Slion/Fulguris/wiki/WebView) version did you test it against?

97.x is not even the most up to date this days. Currently on Google Play you get 102.x on the release channel.

Sounds like an issue with WebView. See: https://stackoverflow.com/questions/61429649/copy-to-clipboard-using-navigator-clipboard-writetext-not-working-in-android-web https://stackoverflow.com/questions/61429649/copy-to-clipboard-using-navigator-clipboard-writetext-not-working-in-android-web https://chromium.googlesource.com/chromium/src/+/refs/heads/master/android_webview/browser/aw_permission_manager.cc#:~:text=case%20PermissionType::CLIPBOARD_READ_WRITE: I'm afraid there is no easy soluition other than getting this fixed in WebView. This issue should be reported to...