-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unlock Popup doesn't appear immediately when trying to unlock a vault #336
Comments
Hi @NovaliX-Dev |
Hi @phil1995 , I have one question thought. There are other case where we see custom "pop-ups" (not sure it's the right name) showing up from apps : when using auto-fill from password managers on websites(eg Bitwarden) when sharing files with apps (eg Signal), etc. I've tested the pop-ups with those apps and their showing animations is flawless. That's why I'm thinking there is a bug in the Cryptomator app code. Are these pop-ups the same kind as the pop-up Cryptomator use ? That would be logical to me, but it's worth asking. |
Hi @NovaliX-Dev, Apps like Bitwarden and Signal use system extensions such as AutoFill and Share extensions, which are optimized by iOS for immediate display and minimal initialization. These extensions are designed for quick tasks and have less overhead. Cryptomator's unlock prompt uses the File Provider Extension UI to integrate securely with the iOS Files app. This extension handles encrypted files and requires a bit more initialization time to establish a secure environment, which can lead to the slight delay you're experiencing. We acknowledge that this isn't ideal and agree there's room for optimization. We're actively exploring ways to improve the performance, but due to the nature of the File Provider Extension, we haven't found a way to reduce the delay yet. |
Hi @iammajid, thank you for explanation. I hope you will find a way soon 🙏. |
Please agree to the following
Summary
When i try to unlock my vault, the unlock popup doesn't show up immediately, instead waiting 2-3 seconds (can vary) before showing up.
From what i remember, before the popup was not appearing at all. Re-adding the vault into Cryptomator made the issue less severe.
System Setup
Cloud Type
OneDrive
Steps to Reproduce
Expected Behavior
The unlock pop-up should appear immediately.
Actual Behavior
It seems it waits 2-3 seconds before showing up.
Reproducibility
Always
Relevant Log Output
No response
Anything else?
RPReplay_Final1707144895.mp4
The text was updated successfully, but these errors were encountered: