nativescript-contacts icon indicating copy to clipboard operation
nativescript-contacts copied to clipboard

Callback function (appModule.android.on("activityResult", function(eventData)) never catch activity result (tested in Android 5.1.1 and 6.0)

Open kalininskiy opened this issue 8 years ago • 2 comments

in "index.android.js"

appModule.android.on("activityResult", function(eventData) { ...

never catch acitivity result in Android 5.1.1 (real device) and 6.0 (emulator and real device)

but work on Android 5.0 (real device)

kalininskiy avatar Sep 08 '17 08:09 kalininskiy

  • same problem

yamaoto avatar Sep 28 '17 06:09 yamaoto

some of the android (for exampe Xiaomi, Meizu etc.) contacts dont get any value from phone, just return nothing

n4lexeev avatar Sep 28 '17 06:09 n4lexeev