aalemayhu / pastedrop

secure clipboard across devices for sharing URLs, password, NSFW, etc.
http://pastedrop.co
Apache License 2.0
0 stars 0 forks source link

How are we going to consistently modify the clipboard on new paste events? #12

Open aalemayhu opened 5 years ago

aalemayhu commented 5 years ago

Imagine a scenario where you own two phones. You copy on the first one and then open the second one. The data copied from the first device should already be in your clipboard on the second device. So in order to handle this case the app or some process has to be running all of the time. Phaqui suggested using a daemon for this. We should have an implementation that works both on mobile and desktop. The actual implementation details don't matter.

aalemayhu commented 5 years ago

@Mobilpadde mentioned https://clipboardjs.com/#browser-support