You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
kalininskiy
changed the title
Callback function (appModule.android.on("activityResult", function(eventData)) never catch activity result (tested in Adnroid 5.1.1 and 6.0)
Callback function (appModule.android.on("activityResult", function(eventData)) never catch activity result (tested in Android 5.1.1 and 6.0)
Sep 8, 2017
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)
The text was updated successfully, but these errors were encountered: