Evgenii Neumerzhitckii

Results 303 comments of Evgenii Neumerzhitckii

@0xCTF, I think you might get help if you ask this question on stackoverflow.com. :)

Oh sorry, you have already asked on SO. Yeah, it's a very interesting question, but I have no idea. :)

Same issue, I need to call `preventDefault()` inside `onWheel`, `onTouchMove` and `onTouchStart` event handlers to prevent the page from scrolling when user interacts with my component. This does not work...

If signing is required then yes. Anyone knows how to sign a library?

Thanks, but don't we also need to add a visionos target in the xcode? I don't have it available for me in xcode 15.1 for some reason

Thanks for the PR. Here you've added a declaration of UserDefaults usage to the privacy manifest. However, this library does not use UserDefaults, therefore, this declaration would be incorrect.

What keychain-swift version are you using? The privacy manifest has been included in version 21.

This library does not use any of the API that are required for declaration, including UserDefaults. See https://github.com/evgenyneu/keychain-swift/blob/master/Sources/PrivacyInfo.xcprivacy The `NSPrivacyAccessedAPICategoryUserDefaults` is the value of `NSPrivacyAccessedAPIType` key in the dictionary inside...

@DeanCarter thanks, I updated podspec to use the [resource_bundles](https://github.com/evgenyneu/keychain-swift/blob/master/KeychainSwift.podspec) as you suggested. Available in version 24.

Sorry I don't want to add any new features to the library.