nativescript-urlhandler icon indicating copy to clipboard operation
nativescript-urlhandler copied to clipboard

Running the Url handler with nativescript-facebook in IOS

Open patrickl000000 opened this issue 6 years ago • 2 comments

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!

patrickl000000 avatar Oct 15 '19 01:10 patrickl000000

+1

daweedm avatar Dec 20 '19 08:12 daweedm

see https://github.com/hypery2k/nativescript-urlhandler/issues/88#issuecomment-570327185

daweedm avatar Jan 02 '20 20:01 daweedm