-
-
Notifications
You must be signed in to change notification settings - Fork 331
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] iOS 15.1 not supported? #358
Comments
What iOS version are you using? |
sorry, it's 15.1、13.3. what's maybe the reason? |
As of now PairDrop has only been tested on versions iOS 15.3 onwards. I guess some web technology that PairDrop uses is not supported in the Safari version that your iOS ships with which results in an unexpected error. It maybe catchable but not sure how great the impact would be. What’s your reason not to update your iOS version? |
Apparently, I have not yet merged the PR that fixes this on iOS 15.3 so there is a chance that the PR might fix PairDrop for you too. Could you please test if PairDrop works for you on this test instance on your iOS 15.1 device: |
@ifilipis |
Yeah, the above makes it work on 14.3, but not 13.3. There were multiple errors related to JS syntax right at the beginning of UI initialization Here's what I get in Safari 12
|
Thanks for testing! Sounds both good! |
Fixed with #349. |
Alright, all good, it was a cache thing, now it updated everywhere |
@schlagmichdoch sorry one more, but are you planning to deploy it to pairdrop.net any time soon? currently, it only works on https://pairdrop-next.onrender.com/ |
I'll deploy it as a new version tomorrow, I think, alongside some more small changes |
## Enhancements - Make PWA standalone (#264) - Bring back background animation after performance optimization (#285) - Add support for Safari 11-15 (#358) - Update Twitter icon and URL to (X) (Thanks @realchrislovett) - Update node dependencies ## Fixes - Fix pasting of files on background to invoke share-mode and make it available on Firefox (#370) - Fix padding issue on EditPairedDevicesDialog and Base64Dialog - Fix hydration of URLs into links in received messages that have exclamation marks in path ## Languages - Translations updates from Hosted Weblate (Basque, Norwegian Bokmål)
Unable to Use Pairdrop on iPhone
Issue Description:
Pairdrop is not functioning properly on iPhone devices. Specific issues are as follows:
Steps to Reproduce:
Attempts to Resolve:
Expected Result:
Random names should generate normally, and pairing should function on iPhone devices.
Actual Result:
Random names remain stuck at "Loading," and clicking the pairing button yields no response.
Additional Information:
Suspected Cause:
Possibly related to network request restrictions or WebRTC compatibility issues on iPhone devices.
Requested Solution:
Please provide a resolution or specify any required configurations (e.g., enabling WebRTC) to resolve this issue.
The text was updated successfully, but these errors were encountered: