pasteboard.copy()

pasteboard.copy() Not used on the device

build.settings

settings =
{
    plugins =
    {
        ["plugin.pasteboard"] =
        {
            publisherId = "com.coronalabs",
        },
    },
}

main.lua

loca pasteboard =  require(  "plugin.pasteboard" )

pasteboard.copy( "string", "Hello World!" )

What is the question?

  1. What are you trying to achieve specifically?
  2. What did you do?
  3. What did you see?
  4. Why do you think #3 is wrong?
  5. What did you do to debug?
  6. What hardware device(s) did you try this on? Give exact details, including make, model, OS version.
  1. Display device information and copy the content of the information string
    2.https://docs.coronalabs.com/plugin/pasteboard/copy.html
    reference this URL to set
    3.4.5. Doesn’t work on the device (SAMSUNG SM-T510 Android10)
    Have a nice day.
    THANK YOU