NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
190 stars 109 forks source link

Facebook Android: Login handler "stuck" when Facebook app is not installed #465

Closed felixkrautschuk closed 1 year ago

felixkrautschuk commented 1 year ago

When using the facebook Login on an Android emulator or device where the Facebook app is not installed, the app got "stuck" after the Login prompt/custom tab gets closed (when login is completed or canceled by user). The user is then not able to interact with the app anymore, until the back-button of the device is pressed and only then the Promise of the logInWithPermissions is resolved... difficult to explain, just watch the screen video:

https://user-images.githubusercontent.com/6443021/225935518-8ff234a8-2584-489d-8830-11a4e75cd4ef.mov

When the Facebook app is installed, this issue does not occur.