WebDrop icon indicating copy to clipboard operation
WebDrop copied to clipboard

Thanks!

Open harryfear opened this issue 7 years ago • 10 comments

This app is amazing! Thanks so much!

harryfear avatar Mar 21 '17 18:03 harryfear

Hi harryfear, Thank you for your kind words! Please let me know if you have any problem or new function request when using this tiny app

JustinFincher avatar Mar 22 '17 14:03 JustinFincher

My only recommendation would be if there can be another function to "Share Current Clipboard URL".

i.e./e.g. I have an HTTP URL on my clipboard on MacOS (that I've copied there from a third party application) and it would be great to send it to iOS.

By the way, I'd have paid up to $5 for this app, so I suggest monetising 😉

harryfear avatar Mar 22 '17 15:03 harryfear

Hi @harryfear , you can test new version here, which added pasteboard support but I can't test it now because my Airdrop won't work since upgraded to 10.12.
https://github.com/JustinFincher/WebDrop/releases/tag/1.0.1

Related commit : https://github.com/JustinFincher/WebDrop/commit/652c809a90178afe2b0d0ee44f2da706d73ce7a3

JustinFincher avatar Apr 01 '17 02:04 JustinFincher

image

The option to share pasteboard URL is right on the top of the settings menu item. :-)

JustinFincher avatar Apr 01 '17 02:04 JustinFincher

It works amazingly! Thanks so much!

Tested on 10.12.2!

harryfear avatar Apr 01 '17 07:04 harryfear

Thanks for helping me to test this!
I will add some error handle code to the current branch (like if the text in clipboard is not a valid URL then show an alert) and publish this version to the Mac App Store as soon as possible.

JustinFincher avatar Apr 01 '17 08:04 JustinFincher

Great idea! Good luck! 👏🏼

harryfear avatar Apr 01 '17 08:04 harryfear

Is it possible to share the url/tab with share sheets in macOS?

tzungtzu avatar May 16 '17 03:05 tzungtzu

@tzungtzu Sure, but that needs some modifications to codes and the behavior of the app. In JZShareManager.m#L185, you can see

NSSharingService * service = [NSSharingService sharingServiceNamed:NSSharingServiceNameSendViaAirDrop];
NSArray * shareItems = [NSArray arrayWithObjects:url, nil];
service.delegate = self;
[service performWithItems:shareItems];

If you you need share sheets, I think this should be changed to a NSSharingServicePicker based solution. If you need such feature, I can open a new branch and do so, but the application is still designed for AirDrop mainly.

JustinFincher avatar May 16 '17 03:05 JustinFincher

Hi! The service no longer works?

Harry Fear [email protected] [[email protected]] +44 (0) 7500-114-294 https://m.me/harryfear [https://m.me/harryfear] On Tue, May 16, 2017 at 4:15, JustZht [email protected] wrote: @tzungtzu [https://github.com/tzungtzu] Sure, but that needs some modifications on codes and the behavior of the app. In JZShareManager.m#L185 [https://github.com/JustinFincher/WebDrop/blob/master/ChromeShare/ChromeShare/JZShareManager.m#L185] , you can see

NSSharingService * service = [NSSharingServicesharingServiceNamed:NSSharingServiceNameSendViaAirDrop]; NSArray * shareItems = [NSArrayarrayWithObjects:url, nil]; service.delegate = self; [service performWithItems:shareItems];

If you you need a share sheets, I think this should be changed to a NSSharingServicePicker [https://developer.apple.com/reference/appkit/nssharingservicepicker] based solution. If you need such feature, I can open a new branch and do so, but the application is still designed for AirDrop mainly.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub [https://github.com/JustinFincher/WebDrop/issues/2#issuecomment-301663964] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AA3ZVCuYCVsn5MDPH7EP1bzkkc3ofxhIks5r6RTvgaJpZM4MkQwB] .

harryfear avatar Dec 12 '17 16:12 harryfear