disusered / cordova-open

Open audio, video, images and more with applications installed on the user's device
MIT License
54 stars 55 forks source link

BUG - Open Facebook link with Facebook App - not run on IOS 10 #53

Open debe78 opened 7 years ago

debe78 commented 7 years ago

Hi,

I'm Enrico De Benetti, i'm using your plugin to open a link with Facebook App, it's run correctly on Android and IOS until version 9 but with IOS 10 it not run.

Es.: var openLinkAppFB = cordova.plugins.disusered.open; openLinkAppFB('fb://page/'+idFacebook, null, errorCallBackFunction);

Thanks