Skip to content

The library allows access to the clipboard from LiveCode in an Android development environment.

License

Notifications You must be signed in to change notification settings

portilla/yClipboardText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yClipboardText

A LiveCode Builder library for working with the clipboard on Android.

Description

This LiveCode Builder library provides a set of functions for interacting with the clipboard on Android devices. You can easily get, set, and clear clipboard text using the following functions:

name type parameters value description
hasClipboardText function - boolean Checks if there is any text currently on the clipboard.
clearPrimaryClip command - - Clears all data from the clipboard.
getClipboardText function - string Retrieves the text currently stored on the clipboard.
setClipboardText command string - Stores the specified text on the clipboard.

LICENSE

This library is licensed under the GPL-3.0 license. For more information read the LICENSE file

About

The library allows access to the clipboard from LiveCode in an Android development environment.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published