I have a project that is using oauth plugin (Facebook)… Its working for months.
Today I run ionic state clean and this command removed all of plugins.
I installed all again but when I run this at my app:
I am having the same issue, when I list plugins, it is there but when I run my code on an android device I get this message in the console (from chrome remote debugger):
“Native: InAppBrowser is not installed or you are running on a browser. Falling back to window.open, all instance methods will NOT work.”
I tried removing and reinstalling like detailed above but it is still happening.