Ionic Facebook plugin only works when Facebook App is not installed

I have developed an app which uses facebook login.
I used ionic facebook plugin with firebase user authentication.
The app perfectly working with devices Facebook app is not installed. If facebook app is installed in a device plugin open the login view through the facebook app and it is not working.
Is there any way to bypass the FacebookApp even if it’s installed and just go like Facebook app is not installed in the device?

this.fb.login([‘email’])
.then((response: FacebookLoginResponse) => {
this.onfbLoginSuccess(response);
console.log(response.authResponse.accessToken);
}).catch((error) => {
console.log(error.errorMessage)
window.alert(error.errorMessage)
});

you can try using old facebook accounts older than 10 years. if you dont have try buying from here