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

Mobile support #61

Open
mvdkwast opened this issue Apr 26, 2024 · 4 comments
Open

Mobile support #61

mvdkwast opened this issue Apr 26, 2024 · 4 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@mvdkwast
Copy link
Owner

The title says all. This feature has been requested multiple times already.

@mvdkwast mvdkwast added the enhancement New feature or request label Apr 26, 2024
@mvdkwast mvdkwast added the wontfix This will not be worked on label Jun 30, 2024
@mvdkwast
Copy link
Owner Author

I did some extensive testing, unfortunately my conclusion is that this is not going to work with Android : Android chromium just doesn't support navigator.clipboard.write() with a content-type of text/html, and I can't use the native Android API.

It might work with iOS, but I have no devices to test this. A small code change is required to handle internal paths, but the change in the feature/mobile branch should probably address that.

If anyone is willing to validate this, I could enable it for mobile, and display an error on Android.

@mvdkwast
Copy link
Owner Author

Upstream issue : https://issues.chromium.org/issues/40851502

@fetwar
Copy link

fetwar commented Jul 1, 2024

Damn! Potentially could the clipboard be copied to without the content type?

What would the effects of copying as plain text be?


This actually isn't a major issue for myself anymore, but willing to still try find solutions to it because I am sure many other people would really love it.

@mvdkwast
Copy link
Owner Author

mvdkwast commented Jul 1, 2024

It could be copied as text/plain, but then you'd get the raw HTML markup, not what you'd expect when you copy a document into gmail etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants