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

Bad behavior from Pasteboard plugin #179

Open
AleCGames opened this issue Nov 23, 2024 · 0 comments
Open

Bad behavior from Pasteboard plugin #179

AleCGames opened this issue Nov 23, 2024 · 0 comments

Comments

@AleCGames
Copy link

AleCGames commented Nov 23, 2024

I have been able to confirm in my apps that when using the plugin.pasteboard, the first time the app is opened (this does not happen in subsequent sessions), in the scene where the plugin is required (local pasteboard = require("plugin.pasteboard")), the app displays a toast notification saying "MyAppName pasted from your clipboard."

This message suggests that the app is reading information from the clipboard, when in reality it is simply loading the plugin at that moment. This behavior is critical for our apps, as I already received a complaint from a user claiming that my app was reading clipboard information and could potentially steal sensitive data (without their consent), such as their credit card number, address, etc. I do not know how to fix this issue since Solar2D does not provide any information about it.

This behavior only occurs on Android.

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