sz3 / libcimbar

Optimized implementation for color-icon-matrix barcodes
https://cimbar.org
Mozilla Public License 2.0
3.92k stars 279 forks source link

webapp should can just input text #111

Open dgod opened 5 days ago

dgod commented 5 days ago

sometimes I would like copy some text(about several KBs) from web page and share the text to app at my phone

so here is the steps 1 save the text to a file 2 use the web page cimbar.org open the file 3 scan the code save the file 4 open the file copy the text to clipboard 5 paste to target app

it's inconvenient, I would like web page can just input the text, and the android app can copy the content to clipboard.

sz3 commented 5 days ago

This is an interesting idea!

I'll have to think about it some. It could presumably be done with a special fork of the app that dumps everything to the clipboard... :thinking: