question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plugin - Clipboard

See original GitHub issue

This plugin isn’t working - https://github.com/VersoSolutions/CordovaClipboard

Its default example

var text = "Hello World!";
cordova.plugins.clipboard.copy(text);

returns Cannot read property ‘copy’ of undefined. In the config I got - <plugin name="cordova-universal-clipboard" spec="0.1.0" /> Attempting to read native clipboard and display whatever it is in the textView.

Environment

  • Tabris.js version: 2.0
  • Device: Redmi 4A
  • OS: Android 6

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:24 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
ralfstxcommented, Jun 28, 2017

@arjunmenon The version number in your package.json is indeed invalid. The CLI sets this version to 0.1.0 for new projects. Could you update your tabris CLI and create a new example project?

npm update -g tabris-cli

mkdir example
cd example
tabris init

I’m sure this project will build on tabrisjs.com.

0reactions
arjunmenoncommented, Jul 25, 2017

I guess I would have to work with a cordova plugin on SSDP and then, call upon its APIs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Clipboard Plugin
Copy any string to the clipboard. This is a very simple, yet powerful plugin for some task, most of the times probably combined...
Read more >
Clipboard Capacitor Plugin API
The Clipboard API enables copy and pasting to/from the system clipboard.
Read more >
Clipboard History Pro: best productivity tool
Clipboard manager extension for your browser: history of copied text, favorite items, instant paste.
Read more >
Copy Anything to Clipboard – WordPress plugin
Copy Anything to Clipboard is the #1 WordPress plugin with 90,000+ downloads. You can use plugin to copy anything including: Copy Blockquote; Copy...
Read more >
clipboard.js — Copy to clipboard without Flash
Copy text to the clipboard shouldn't be hard. It shouldn't require dozens of steps to configure or hundreds of KBs to load. But...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found