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
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
result.cards[0].deviceId and result.cards[1].deviceId should give both IMEI numbers of dual sim phone
Actual behaviour
result.cards[0].deviceId and result.cards[1].deviceId, both are giving value as undefined.
I'm seeing this behaviour on
A android device
I am using
cordova
Hardware models
Redmi note 3
OS versions
Android 5.1.1
I've checked these
It happens on a fresh Cordova CLI project as well - havn't checked
I'm waiting for deviceready to fire. - yes
My JavaScript has no errors (window.onerror catches nothing). - yes
I'm using the latest cordova library, Android SDK, Xcode, etc. -yes
So how can we reproduce this?
cordova 8.0.0
Provide the steps to reproduce the issue.
Provide files, sources if available.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behaviour
result.cards[0].deviceId and result.cards[1].deviceId should give both IMEI numbers of dual sim phone
Actual behaviour
result.cards[0].deviceId and result.cards[1].deviceId, both are giving value as undefined.
I'm seeing this behaviour on
A android device
I am using
cordova
Hardware models
Redmi note 3
OS versions
Android 5.1.1
I've checked these
It happens on a fresh Cordova CLI project as well - havn't checked
I'm waiting for
deviceready
to fire. - yesMy JavaScript has no errors (
window.onerror
catches nothing). - yesI'm using the latest cordova library, Android SDK, Xcode, etc. -yes
So how can we reproduce this?
cordova 8.0.0
Provide the steps to reproduce the issue.
Provide files, sources if available.
The text was updated successfully, but these errors were encountered: