Kalpesh Chhatrala

Results 6 issues of Kalpesh Chhatrala

If I tried to connect using private chat - it will not delivered any message and profile picture disappear.

I am able to connect YouTube application OnData method not called anyway that's why "this.CurrentStatus" value is null and i can not play any video.

I want to add Carriage Return / Enter Key in QR Code. I tried CHR(13) but its not working.

I am trying to implement Pleasewait dialog in my app. Is it possible to move Title on Top of Dialog screen (same as progress dialog) ? ![image](https://github.com/tashilapathum/PleaseWait/assets/3429717/ce8fa88d-bdb6-46bd-bd68-694e450ddcea)

Hello, I am trying to update Pleasewait Message and Title in OnProgressUpdate method but its not updating properly. It's displaying only first message. It was working fine in ProgressDialog. code...

This code result match with Google Authenticator ``` var base32Bytes = Base32Encoding.ToBytes(key); var totp = new Totp(base32Bytes); var totpCode = totp.ComputeTotp(); ``` This code result not match with Google Authenticator...