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

Add supprt for Android's clipboard #56

Open
bit-garden opened this issue Jun 10, 2022 · 3 comments
Open

Add supprt for Android's clipboard #56

bit-garden opened this issue Jun 10, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@bit-garden
Copy link

bit-garden commented Jun 10, 2022

This is hanging up Bevy_egui(and presumable Egui itself) on Android.

This actually looks like it doesn't line up with the github repo, so this might be fixed already?

@complexspaces
Copy link
Collaborator

Hey there, thanks for asking. Do you mean that there's no clipboard exported by this crate when compiling for an Android OS target? If so, that's intentional for now. None of the backends support it. We'd need some JNI glue code to get that working.

This actually looks like it doesn't line up with the github repo, so this might be fixed already?

Unfortunately, that is not the case. We recently restructured the code but it wouldn't fix your issue.

@ijsnow
Copy link

ijsnow commented Nov 11, 2022

Is there a plan to add android support?

@complexspaces
Copy link
Collaborator

I do not have any concrete plans or timelines for adding Android support, but I would review and help test a pull request doing so. If nothing comes from an external contribution, I will eventually port our internal Android clipboard code into arboard instead but it is not something thats on my active priority list.

@complexspaces complexspaces changed the title Android: PlatformClipboard not found in scope. Add supprt for Android's clipboard Feb 13, 2024
@complexspaces complexspaces added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants