SimpleSoftwareIO / simple-qrcode

An easy-to-use PHP QrCode generator with first-party support for Laravel.
https://www.simplesoftware.io/simple-qrcode
MIT License
2.66k stars 363 forks source link

can't scan while using dot style #273

Closed lux10n closed 1 year ago

lux10n commented 1 year ago

hi there, When I use ->style('square') for my QR code, it works, but as soon as I switch to ->style('dot'), i can't scan the code anymore. I am currently using Laravel 8.75, my test device is an iPhone 12, and here's an extract from my composer.json file : "require": { "php": "^7.3|^8.0", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "laravel/framework": "^8.75", "laravel/sanctum": "^2.11", "laravel/tinker": "^2.5", "mvdnbrk/laravel-model-expires": "^1.8", "simplesoftwareio/simple-qrcode": "~4", "spatie/laravel-sitemap": "^5.9" },

9khaledSayed commented 1 year ago

same issue +1

MattiaMarchiorato commented 1 year ago

Try to increase the error correction ;)

SimplyCorey commented 1 year ago

Increasing error correction would help. It's really dependent on the scanners and some struggle to read qrcodes that are not squares and black and white.