clach04 / clipboard-confusion

Pure Python 2 and 3 in-memory, single document pastebin, with optional clipboard support with some qrcode support
Apache License 2.0
2 stars 0 forks source link

Enhancement Idea - Web Share Target API #6

Open clach04 opened 2 years ago

clach04 commented 2 years ago

BLOCKED by https://github.com/clach04/share-target-experiment/issues/1

web share target api (needs https server). For more background see https://web.dev/web-share-target/ - allows sharing from (mobile) client cross platform.

Also see https://github.com/clach04/whatabagacack/issues/17

Experiment https://github.com/clach04/share-target-experiment (share target, not pwa.html) works for Caddy 2. Seems to work for pure python dev server but not my test wsgi server.

Additional resources

Documentation

web-share-target

web-share

could be used by cc to share to other system tools rather than using clipboard.

UnsortedL

Samples

target

non-target:

clach04 commented 2 years ago

https://support.google.com/chrome/answer/9658361?hl=en&co=GENIE.Platform%3DAndroid

clach04 commented 2 years ago

https://web.dev/web-share-target/

clach04 commented 2 years ago

https://scrapbook-pwa.web.app/#/images

clach04 commented 9 months ago

https://github.com/clach04/share-target-experiment now has a working pure js/html (at least served by Caddy2, over https) as of https://github.com/clach04/share-target-experiment/commit/4ab25012a6eecdfe21d7d092363dc8fb573fea1a (and a few commits earlier).