Capacitor: Most common pitfalls
A curated list of frequently encountered issues when integrating the barKoder SDK for Capacitor—and their proven solutions.
Keep this page updated as new support cases emerge.
            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});