Fredrick Bäcker
Fredrick Bäcker
I've made a new commit that should solve android crop size and also a bug in setting barcode types. from commit: I noticed that setting barcode types happend 1 time...
@wanderSX @gvlamadrid yeah, sorry about that. Missed the index.js file in commit. Still haven't figured out how to update npm packages outside a project. So making changes in the project...
@ploureiro try latest. these commits handles 1. some android devices crash sometimes for some reason and 2. hopefullt an correct crop for ios.
@gablorquet @ploureiro please try out latest version for scan area 'cropped'
@xilibro thanks for the input. Will try to look at this today or Monday and try it out. Will get back when done.
@xilibro tried your change but that breaks my scanning area. Have you tried the latest from my branch? That should work. I'll fix the merge conflicts.
@xilibro the viewfinder is nested, maybe that? ``` ``` and also the rect scanning is set by: ``` [self.previewLayer metadataOutputRectOfInterestForRect: scanLimit]; ``` Running iPhone 8 plus
I've made a merge with the latest from 'lwansbrough/master'. Note here that the scanner method is changed on android again to my solution to optimize performance when using a barcode...
Updated in readme getInterfaceLanguage() - to get the current device interface language (from Navigation.language in browsers, BCP-47, https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/language)
@acierto and @benkeen can you please try out latest release. Is it fixed?