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

Workaround for accepting .asc on iOS #413

Open
3 tasks done
nisbet-hubbard opened this issue Oct 18, 2024 · 0 comments
Open
3 tasks done

Workaround for accepting .asc on iOS #413

nisbet-hubbard opened this issue Oct 18, 2024 · 0 comments

Comments

@nisbet-hubbard
Copy link

We are happy to answer your questions about the code or discuss technical ideas.

Please complete the following checklist (by adding [x]):

  • I have searched open and closed issues for duplicates
  • This isn't a feature request
  • This is not a report about my app not working as expected

Currently, only public keys in .txt can be uploaded in web app on iOS. As a result, one has to manually add the suffix to every .asc key received.

<FileInput
// disable the "accept" attribute on:
// - iOS because the "accept" attribute does not support the file extension
// - 1Password because it may export a folder ending with .1pif, itself containing the 1pif file we want
// so we disable the accept attribute to allow selecting the file and not just the folder (tested on macOS)
{...(isIos() || form.values.provider === ImportProvider.ONEPASSWORD
? {}
: {

Are there plans to work round this limitation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant