当我在离子或Cordova应用程序中收到短信时,如何在文本框中自动填充otp?
答案 0 :(得分:1)
您可以使用此插件从设备读取短信,并在阅读短信后识别OTP并更新模型字段。
https://github.com/floatinghotpot/cordova-plugin-sms
cordova add plugin https://github.com/floatinghotpot/cordova-plugin-sms
listSMS();
或startWatch()
函数阅读邮件。