-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
Hi,
I am using the Facebook plug-in with NativeScript URL Handler Plugin. This is not working in IOS Platform. But the Android is working.
Anyone know have this problem and know how to solve it?
handleOpenURL((appURL: AppURL) => {
console.log('Got the following appURL', appURL);
});
I am enabled the facebok plug-in in App. Above code will be not working
Patrick