Type Library Revision 2017.3060 Keywords pasteboard, clipboard, copy, paste Platforms Android, iOS
The Pasteboard plugin enables you to copy/paste from/to the device's pasteboard.
local pasteboard = require( "plugin.pasteboard" )
To use this plugin, add an entry into the plugins
table of build.settings
. When added, the build server will integrate the plugin during the build phase.
settings = { plugins = { ["plugin.pasteboard"] = { publisherId = "com.coronalabs", }, }, }