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.