sandeepdillerao / cordova-plugin-otp-auto-verification

13 stars 10 forks source link

Not Able to bind OTP to the textbox. #9

Open arpitsinha92 opened 6 years ago

arpitsinha92 commented 6 years ago

Hi, I used your plugins for otp auto verification, Everything is working fine it is even able to read the OTP, just I am not able to bind the OTP to the textbox automatically when I am touching the textbox or clicking it then only it is binding. Kindly please help me. Thank you.

sandeepdillerao commented 6 years ago

Hi buddy, If it is binding issue then its wrapper and implementation issue..

Try this trick, Set data to textbox in $timeout or $apply

Hope this will help you..

Regards, Sandeep Dillerao Software Engineer +91 8483094292 +91 7013842232

On 16-Jan-2018 12:20 PM, "arpitsinha92" notifications@github.com wrote:

Hi, I used your plugins for otp auto verification, Everything is working fine it is even able to read the OTP, just I am not able to bind the OTP to the textbox automatically when I am touching the textbox or clicking it then only it is binding. Kindly please help me. Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sandeepdillerao/cordova-plugin-otp-auto-verification/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-dhUm0lZiFPirrD4fGgnWY58a7UDCIks5tLEa-gaJpZM4RfUl3 .

prantikv commented 6 years ago

@arpitsinha92 can you share the code? I cant get the plugin to work.

kverma17 commented 6 years ago

@prantikv How did you import the plugin the plugin? can you share the implementation please!

pkrishnan1977 commented 5 years ago

i am using angular 6 and am not able to bind the otp to the text box. alert is working fine within the call back. but the value is not getting outside the call back.