cordova-plugin-openwith
cordova-plugin-openwith copied to clipboard
Remove share ui and extra click
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...
@HareIM do you have a fork with removed sharing UI ? 🙏
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
Oh OK thanks ! Finally I could do it by applying this commit excepted the ShareExtension-Info.plist modifications.