Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
31–40 of 71 posts
Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#32"We're really sorry, but your browser is not supported. Please use the latest Chrome for Desktop or Android or Opera. Firefox support is coming soon!" What could possibly be the reason they wouldn't support webkit based browsers? Safari 7.0.2 OS 10.9.2
Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#33Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#34It sounded interesting until: Allow www.sharedrop.io to run "Adobe Flash"? Then: We're really sorry, but your browser is not supported. Please use the latest Chrome for Desktop or Android or Opera. Firefox support is coming soon! So basically, this is a webkit app, not a HTML5 app?
Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#35Holy fucking shit this is the best thing since sliced bread. You don't know how much I hate emailing file attachments.
Hopefully, we'll add sending files between networks pretty soon as well. However, it's already possible with similar WebRTC based services like https://www.sharefest.me/ or https://rtccopy.com/ .
Ironically, most of my file emailing does in fact take place within the same network.
Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#36Looks like a clone of my friends page: http://www.sumodrop.com *edit: I guess 'clone' is too strong. I meant to imply it has similar functionality, not that it is carbon copied. Yes, I goofed.
Pretty cool. It does upload the files to S3 though, right? ShareDrop in theory should be much faster (especially on local network) and more secure, as it sends files directly between devices without any server in the middle.
Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#37Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#38Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#39It sounded interesting until: Allow www.sharedrop.io to run "Adobe Flash"? Then: We're really sorry, but your browser is not supported. Please use the latest Chrome for Desktop or Android or Opera. Firefox support is coming soon! So basically, this is a webkit app, not a HTML5 app?
No idea why it asked for Flash. At this moment the app works only in Chrome and Opera, because Firefox doesn't support HTML5 FileSystem API. There's a polyfill for that, but we had some issues with it, so we've decided to release it anyway. We'll continue working on Firefox support. The whole source code is available on GitHub ( https://github.com/cowbell/sharedrop ), so anyone can help.
Re: Show HN: HTML5 clone of OS X AirDrop – Easy P2P file transfers in a browser
#40Earlier quoted context omitted.
No idea why it asked for Flash. At this moment the app works only in Chrome and Opera, because Firefox doesn't support HTML5 FileSystem API. There's a polyfill for that, but we had some issues with it, so we've decided to release it anyway. We'll continue working on Firefox support. The whole source code is available on GitHub ( https://github.com/cowbell/sharedrop ), so anyone can help.
I'm running Chrome version 26.0.1410.63 on Linux, and I'm getting the not supported error message. Is there a minimum Chrome version?