cordova-plugin-openwith icon indicating copy to clipboard operation
cordova-plugin-openwith copied to clipboard

Remove share ui and extra click

Open HarelM opened this issue 4 years ago • 3 comments

I think it works be a better UX to simply remove the UI when sharing... I can probably send a PR if this is something that can be of interest to this plugin...

HarelM avatar Nov 06 '20 11:11 HarelM

@HareIM do you have a fork with removed sharing UI ? 🙏

gatelli avatar Jul 05 '21 14:07 gatelli

Due to complexity of signing this in iOS and the fact that my PR to ios cordova wasn't merged I have decided to find alternative solution to this issue. I migrated out of this plugin and used intents for Android and openUrl for ios. See here: https://github.com/IsraelHikingMap/Site/blob/master/IsraelHiking.Web/src/application/services/open-with.service.ts

HarelM avatar Jul 05 '21 14:07 HarelM

Oh OK thanks ! Finally I could do it by applying this commit excepted the ShareExtension-Info.plist modifications.

gatelli avatar Jul 06 '21 05:07 gatelli