nativescript-urlhandler
nativescript-urlhandler copied to clipboard
Running the Url handler with nativescript-facebook in IOS
I am try running the URL handler with nativescript-facebook. (https://github.com/NativeScript/nativescript-facebook)
[handleOpenURL((appURL: AppURL) => { console.log('Got the following appURL', appURL); }); will be not function.]
When I try remove "let nsFacebook = require('nativescript-facebook');" from the code. The URL Handler is working.
Please help checking
Thank!
+1
see https://github.com/hypery2k/nativescript-urlhandler/issues/88#issuecomment-570327185