mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 07:46:17 -04:00
add iOS shortcuts for saving photos and sending from share-menu to the docs
This commit is contained in:
parent
81c82a4399
commit
5e358d002e
2 changed files with 10 additions and 2 deletions
|
@ -14,6 +14,13 @@
|
||||||
if you are using a Chromium-based browser (Chrome, Edge, Brave, etc.), you can easily install PairDrop PWA on your desktop by clicking the install button in the top-right corner while on [pairdrop.net](https://pairdrop.net) (see below).
|
if you are using a Chromium-based browser (Chrome, Edge, Brave, etc.), you can easily install PairDrop PWA on your desktop by clicking the install button in the top-right corner while on [pairdrop.net](https://pairdrop.net) (see below).
|
||||||
<img src="pwa-install.png">
|
<img src="pwa-install.png">
|
||||||
|
|
||||||
|
### On iOS received images cannot be added to the gallery!
|
||||||
|
Apparently, iOS does not allow images shared from a website to be saved to the gallery directly.
|
||||||
|
|
||||||
|
Shortcuts to win:
|
||||||
|
I created a simple iOS shortcut, that takes your photos and saves them to your gallery:
|
||||||
|
https://routinehub.co/shortcut/13988/
|
||||||
|
|
||||||
### What about the connection? Is it a P2P-connection directly from device to device or is there any third-party-server?
|
### What about the connection? Is it a P2P-connection directly from device to device or is there any third-party-server?
|
||||||
It uses a P2P connection if WebRTC is supported by the browser. WebRTC needs a Signaling Server, but it is only used to establish a connection and is not involved in the file transfer.
|
It uses a P2P connection if WebRTC is supported by the browser. WebRTC needs a Signaling Server, but it is only used to establish a connection and is not involved in the file transfer.
|
||||||
|
|
||||||
|
|
|
@ -26,9 +26,10 @@ Outstandingly, it is also possible to send multiple files to PairDrop via the co
|
||||||
[//]: # (Todo: add screenshots)
|
[//]: # (Todo: add screenshots)
|
||||||
|
|
||||||
## Share directly from share menu on iOS
|
## Share directly from share menu on iOS
|
||||||
implemented but not documented yet
|
I created an iOS shortcut to send images, files, folder, URLs or text directly from the share-menu
|
||||||
|
https://routinehub.co/shortcut/13990/
|
||||||
|
|
||||||
[//]: # (Todo: add shortcut to routinehub.co and add doku with screenshots)
|
[//]: # (Todo: add doku with screenshots)
|
||||||
|
|
||||||
|
|
||||||
## Share directly from share menu on Android
|
## Share directly from share menu on Android
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue