-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] sharing photos from the gallery not working on ios #336
Comments
Thanks for your report! As I cannot reproduce this on an iOS 17 iPhone I need some more info:
|
I am new to PairDrop, haven't tested it before iOS 18 and I have no iOS < 18 device at hand
yes its possible, but it is converting heic to jpg; so no option for me as I want to transfer original files
1.4MB
Problem occurs with .heic files, .jpg are working without an issue
I sent you one of the images where the transfer is not working fun fact: using snapdrop.net and its working; but honestly I would prefer to work with pairdrop.net, that's why I created the issue here... ;-) |
Thanks for the infos and quick response! I can reproduce this now, when I share heic images as original instead of „most compatible“. Apparently, the library used to create thumbnails of heic images is broken and the error is not handled properly. The library seems to crash with some photos only but I’m not sure yet what’s the issue. Here’s a demo page for testing: https://alexcorvi.github.io/heic2any/#try. I’m short of time atm but I’ll take a look into it and will fix this soon together with #332. |
@dm82m I've just tried again and somehow the problem is not reproducible anymore for me with any photo including yours. Is this still an issue for you? |
yes it still occurs. I tested it with a new image created today, just 2mb in size and it worked. but as soon as I take heic images that are ~4mb in size, the issue occurs. also with the image I have sent you by mail. |
Any progress here? |
I‘m currently on vacation so I’m afraid it will be another week until this is fixed in PairDrop. Apparently, this is due to the library libheif that is used by the heic2any package that we use. It has since been resolved in libheif but heic2any is not updated yet. In that issue you’ll also find a list of devices that are affected by this. I guess I’ll fast-forward the changes myself if this not resolved until next week to make a working patch again. I’ll keep you posted. |
You can confirm that this is indeed solved in the underlying library on this demo page: |
yes, it works there. so just waiting for a fix in pairdrop, but its not super urgent for me. |
Thanks for your patience! I have since implemented this into a test instance. Please verify that everything works for you on this instance: https://pairdrop-next.onrender.com/ before I deploy this as part of the new version! |
yes it works, tested the current version -> not working, tested this version here -> working! please let me know when it is deployed to public! and thanks for your work! |
@schlagmichdoch when will it be deployed to production? |
Describe the bug
It is currently not possible to send files from the photos gallery. If you pick them, the browser reloads on the iphone and nothing is transferred. Transfer is working if you capture a photo in the dialog or send a file attachment.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sending of photos from the gallery of the iPhone is working.
Screenshots
No real screenshots available.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Bug occurs on official PairDrop instance https://pairdrop.net/
Yes
Version: v1.10.10
The text was updated successfully, but these errors were encountered: