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.
Expected behaviour
getSimInfo not returning callstate in iPhone. Working perfectly in Android.
Actual behaviour
in iOS environment getSimInfo to return the CallStae.
I am using
Hardware models
iPhone 6
OS versions
iOS 9.0+
I've checked these
deviceready
to fire.window.onerror
catches nothing).So how can we reproduce this?
Provide the used components versions (cordova, ionic, etc).
async getCallState(): Promise {
return new Promise( (resolve, reject) => {
this.sim.getSimInfo().then(
(output => { alert(JSON.stringify(output)); resolve (output.callState) }),
(error => { reject (error) })
)
})
}
Provide the steps to reproduce the issue.
Provide files, sources if available.
The text was updated successfully, but these errors were encountered: