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
Hi, I am using this plugin for the Auto read OTP in Android platform and it's working fine till Android 6. In Android 7 it;s not working.
Please help on this.
Code which I have written is:
smsInboxPlugin.startReception(function (msg) {
$("otp_input_id").val(parseInt(msg)); // After Successful SMS read fill that OPT in
smsInboxPlugin.stopReception(function () {
debugger;
console.log("stopReception :: Correctly stopped");
}, function () {
console.log("Error while stopping the SMS receiver");
});
}, function () {
console.log("Error while receiving messages");
});
The text was updated successfully, but these errors were encountered:
Hi, I am using this plugin for the Auto read OTP in Android platform and it's working fine till Android 6. In Android 7 it;s not working.
Please help on this.
Code which I have written is:
smsInboxPlugin.startReception(function (msg) {
$("otp_input_id").val(parseInt(msg)); // After Successful SMS read fill that OPT in
smsInboxPlugin.stopReception(function () {
debugger;
console.log("stopReception :: Correctly stopped");
}, function () {
console.log("Error while stopping the SMS receiver");
});
}, function () {
console.log("Error while receiving messages");
});
The text was updated successfully, but these errors were encountered: