Skip to content
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

iOS - Bitwarden does not clear the clipboard. #1464

Closed
Greenderella opened this issue Jul 16, 2021 · 2 comments · Fixed by #1679
Closed

iOS - Bitwarden does not clear the clipboard. #1464

Greenderella opened this issue Jul 16, 2021 · 2 comments · Fixed by #1679
Assignees
Labels

Comments

@Greenderella
Copy link
Member

Describe the Bug

Regardless of what option do you choose, Bitwarden won't clear the clipboard on iOS 14.6

Steps To Reproduce

  1. Go to Options > Clear Clipboard and set to anything that is not Never.
  2. Copy any password
  3. Wait for your time setting
  4. Try to paste the password

Expected Result

Nothing should be pasted because the clipboard has been cleared.

Actual Result

The password gets pasted.

Environment

  • Device: iPhone SE 2020
  • Operating system: iOS 14.6
  • Build Version (go to "Settings" → "About" in the app): 2.10.0(616)
  • Is this a Beta release? N
@THEOCKID
Copy link

THEOCKID commented Sep 4, 2021

I don't think this has ever worked on Android (specifically Galaxy S7, Note 10, S20 and S21 Ultra). My workaround is to create a "clipboard clear" macro in Macrodroid that I set to not clear but fill the clipboard (all 40 slots, now, on the Galaxy) with dummy data every X minutes. Works for me.

@felixier
Copy link

This definitely used to work on iOS a couple of months ago.
I experience the same issue since summer.
Btw. iOS has an API to copy contents to clipboard with expiration time, so practically it might be iOS issue, but other similar app (competitor) do work and copy to clipboard using Apple Shortcuts also works as expected.

@fedemkr fedemkr self-assigned this Dec 9, 2021
fedemkr added a commit that referenced this issue Dec 9, 2021
… Also refactored a bit to make the Clipboard a custom service to provide a better way to handle this situation #1464
@fedemkr fedemkr linked a pull request Dec 9, 2021 that will close this issue
8 tasks
@fedemkr fedemkr added the bug label Dec 9, 2021
fedemkr added a commit that referenced this issue Dec 9, 2021
fedemkr added a commit that referenced this issue Dec 10, 2021
* Fixed Clipboard clear after x seconds depending on what the user set. Also refactored a bit to make the Clipboard a custom service to provide a better way to handle this situation #1464

* Clear some usings #1464
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants