qrcode-kotlin icon indicating copy to clipboard operation
qrcode-kotlin copied to clipboard

[iOS] Other shapes than squares

Open kubacizek opened this issue 1 year ago • 5 comments
trafficstars

Describe the bug Hello, when I try to use other shapes than squares on iOS generated library than the QR code is not visible at all. I tried to change parameters like color and sizes but the result is always the same. It works perfectly on Android (with same parameters).

To Reproduce Steps to reproduce:

  1. Add .ofCircles() to QRCode builder
  2. Observe

Screenshots or other QRCodes rendered with other tools

Screenshot 2024-03-10 at 17 50 34 Simulator Screenshot - iPhone 15 - 2024-03-10 at 17 50 40

Additional context Xcode 15.2

Result is same on physical device and Simulator

kubacizek avatar Mar 10 '24 17:03 kubacizek

Heya, I'll take a look on this! I found something similar on other platforms a while ago and I thought it has been solved for all the others as well.

Thanks for bringing it forth <3

g0dkar avatar Mar 16 '24 19:03 g0dkar

Hello again ^^

Sorry for this taking longer than expected, I had some issues with my MacOS environment and had to pretty much rebuild it from scratch. This is the next fix I'll add to #131 :)

g0dkar avatar Apr 07 '24 22:04 g0dkar