Capacitor: Most common pitfalls
A curated list of frequently encountered issues when integrating the barKoder iOS SDK—and their proven solutions.
1. Capacitor - Duplicate Delay Issue: How to add this API? - #
Issue: We have observed a small issue while using the function “Barkoder.setDuplicatesDelayMs({ value: 5000 })
”.
Solution: Instead of usingBarkoder.setDuplicatesDelayMs({ value: 5000 })
Please use the command below, and you should have no issues.
Barkoder.setThresholdBetweenDuplicatesScans({value: 5});