add another clipboard sample

This commit is contained in:
Evgeny
2021-11-13 12:21:04 +03:00
parent 37e485917a
commit 96a0a69f0a

View File

@@ -0,0 +1,7 @@
function on_resume()
ui:show_text("Tap to copy")
end
function on_click()
system:copy_to_clipboard("test", true)
end