jaydipdeveloper

Results 7 issues of jaydipdeveloper

not working for future date For example : Today is 2nd September and I did set reminder for 5 October and weekly repeat but notifications come 5 September instead of...

I set keyboard appearance to dark but when tap out side and use resignFirstResponder() keyboard become white and then close keyboard! Any idea or solutions?

Couldn't parse the bytes from the stream. Status: It is not possible to produce output packets because the streamed audio file's packet table or other defining information is not present...

import UIKit import CryptoKit import SafariServices import AuthenticationServices class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let webAuthnManager = WebAuthnManager( configuration: WebAuthnManager.Configuration( relyingPartyID: "domain.ai", relyingPartyName: "My Fancy Web App",...

let webAuthnManager = WebAuthnManager( configuration: WebAuthnManager.Configuration( relyingPartyID: "oloid.ai", relyingPartyName: "My Fancy Web App", relyingPartyOrigin: "https://oloid.ai" ) ) Task { let result = webAuthnManager.beginRegistration(user: PublicKeyCredentialUserEntity(id: self.generateRandomBytes(count: 10), name: "Jaydip", displayName: "Jaydip...

**Describe the bug** I want to make library screen selected image square full screen like below screen on camera screen for camera/video/photo screen we have onlySquareImagesFromCamera flag to show full...

I want to register on webauthn.io using this SDK but when user go to safari and open webauhn.io and then my app auto fill extension will open below controller class...