Akshit Garg

Results 34 comments of Akshit Garg

Could you please provide more information: Your OS: Android / iOS / MacOS / Windows Your OS Version: Your device model: Biometric Type: Fingerprint / Face Is your device rooted...

Thanks for the info, I will look into it. Unfortunately I do not own an android 8.1 device, so a logcat would be helpful

Its currently under development. You can track the progress [here](https://github.com/passwdapp/passwd/projects/3)

> The clipboard can't be opened as of yet. > At least on Galaxy S7 (Android 8.0.0). Does Samsung include some kind of "Privacy Guard" which interferes with clipboard access?

> > > The clipboard can't be opened as of yet. > > > At least on Galaxy S7 (Android 8.0.0). > > > > > > Does Samsung include...

> Leaflet-Clipboard-Issue-On-Galaxy-S7.mp4 > In this video I first show how it should be and after that show the behaviour in Leaflet. It is really unclear what might be causing this....

> @gargakshit are you able to provide the domain name? It's the only way I can test. You can also send it to my email (see README). Sure! The domain...

@shavez2315 it usually happens when the camera app uses some internal API (not available in android) to record. That was the case with many devices as android didn't support more...

I had the same issue. Interestingly uninstalling esy from npm, and then installing it using `yarn global` seems to have solved it for me. ```sh yarn global add esy ```