gurisko / cordova-plugin-accountkit

AccountKit Plugin for Apache Cordova which allows you to add passwordless email and SMS authentication to your app
MIT License
34 stars 42 forks source link

Callback not working and SMS code not autofilled #23

Open agungjk opened 7 years ago

agungjk commented 7 years ago

Sms already received but it not autofilled to the form.

gurisko commented 7 years ago

Which OS?

agungjk commented 7 years ago

i'm using Android 4.4.4 on XIAOMI device

Callback also not working if open accountkit ui thread opened

gurisko commented 7 years ago

Hm. Do you have the right permissions? It should be <uses-permission android:name="android.permission.RECEIVE_SMS" />

agungjk commented 7 years ago

@gurisko yes i did, but now the main issue is callback is not working if accountkit ui opened so after accountkit step finished then back to the apps and nothing happend

gurisko commented 7 years ago

I tried to reproduce this but no success. Would you mind creating a repo with the code where this occurs?