Manikandan Kannan

Results 10 comments of Manikandan Kannan

@signalpoint Thanks for the reply. Is it possible to replace jquery mobile with Boostrap css and js in DrupalGap?

Hi, I am not using using this plugin inside an iframe. Here is my code * Added button in my html page with the directive name ` facebook Login` *...

@kpsrinivas X-Frame options is already disabled in my apache server. On inspecting fb oauth dialog call in Network Tab, in Response header it is set as 'X-Frame-Options to DENY'. I...

You mean directive in a button? `facebook Login`

No. I am not using this inside a frame tag.

okay. I will further check on this and will post my solution.

Hi, When I tried to use this plugin in a sample angular app, popup is working fine. So I think this issue is with my existing angular app. **One question**:...

@aeperaltan for undefined error in ffmeg.js file, you need to add require to get the installer path. const ffmpegPath = process.env.local ? require("@ffmpeg-installer/ffmpeg").path : require("./@ffmpeg-installer/ffmpeg").path; for deprecation warning, use Buffer.from()...