CHan Shing Kit

Results 4 comments of CHan Shing Kit

Simply put an empty eventemitter to fix it ``` (socket).io = { engine: new EventEmitter() } socket.on('connect', function() { (socket).io.engine.emit('upgrade') }) ```

I found the problem may be related to garbage collection of delegate variable. https://github.com/EddyVerbruggen/nativescript-apple-sign-in/blob/ad62e1f2be973be91a04d8a1a8cf6105cbe07b3d/src/apple-sign-in.ios.ts#L13 This variable may be removed by the minifier during production build. A simple fix is add...

> > I found the problem may be related to garbage collection of delegate variable. > > https://github.com/EddyVerbruggen/nativescript-apple-sign-in/blob/ad62e1f2be973be91a04d8a1a8cf6105cbe07b3d/src/apple-sign-in.ios.ts#L13 > > > > This variable may be removed by the minifier...

we can successfully integrate the hosted checkout now. but the channel parameter is not working as expected, if we pass something to it, it always return `Sorry, you're not allowed...