Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Code of conduct

Stars

3 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors