mkloubert / nativescript-social-login

NativeScript plugin for social (token based) log-ins.
MIT License
42 stars 44 forks source link

TypeError: _activity.runOnUiThread is not a function #18

Closed bigmeech closed 7 years ago

bigmeech commented 7 years ago

Hi.

I'm getting _activity.runOnUiThread is not a function when i call loginWithFacebook for android.

I'm build with nativescript version 3.0.3. Is plugin compatible with the latest version of nativescript?

bigmeech commented 7 years ago

Fixed! i wasnt passing the correct object containing the activity object to the init function.

Closing...