Capacitor: Most common pitfalls
1. Capacitor - Duplicate Delay Issue, how to add this API? - We have observed a small issue while using the function “Barkoder.setDuplicatesDelayMs({ value: 5000 })
”.
#
Answer - Instead of usingBarkoder.setDuplicatesDelayMs({ value: 5000 })
please use the command below, and you should have no issues.
Barkoder.setThresholdBetweenDuplicatesScans({value: 5});