ergoplatform / ergo-wallet-app

Ergo Wallet App
https://ergoplatform.org/en/ergo-wallet-app/
Apache License 2.0
96 stars 35 forks source link

Qr Code no quiet zone on iOS #140

Closed MrStahlfelge closed 2 years ago

MrStahlfelge commented 2 years ago

The QR Codes on iOS are not generated with a quiet zone, which most Android devices need to read the QR.

iOS does not support his, so a workaround needs to be implemented to add the quiet zone.

Example code: https://github.com/developerntuc/MarginQR/blob/e031306c3e873239e8755a1ad352255546b92345/Sources/MarginQR/Extensions.swift#L52