apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin
https://cordova.apache.org/
Apache License 2.0
1.12k stars 2.15k forks source link

In-AppBrowser conflicts with Cordova facebook plugin #486

Open darshanakkhichi opened 5 years ago

darshanakkhichi commented 5 years ago

I am trying to implement Firebase authentication with facebook and google in ionic 3, and nothing is working with In-AppBrowser plugin installed. The authentication and redirection works without it. I need both plugins for my project. I have tried latest and older version of this plugin. Any help will be great!

Thanks

janpio commented 5 years ago

What does "nothing is working" mean? What is happening or not happening?

(In general it is not very polite to ignore and remove the issue templates provided by a project - it is there for a reason.)

darshanakkhichi commented 5 years ago

What is happening : The authentication popup is not getting opened and its crashing every time the authentication method is being called. The popup is supposed to have the facebook login screen,but the due to the InAppBrowser plugin, it's throwing an error "Cannot set property 'href' of undefined". For more elaboration on my issue here is a github link of the similar issue. https://github.com/jeduan/cordova-plugin-facebook4/issues/323