EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 906 forks source link

Fix for "file://"-prefixed URLs #1145

Open PeterBenko opened 3 years ago

PeterBenko commented 3 years ago

The current implementation strips only "file:/" from the given string which results in NSURLs looking like "file:////var/..." where the original strings looked like "file:///var/..."