https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
j

jQrgen

11/14/2023, 11:58 PM
Is there any uniform approach for scanning QR-codes on multiplatform? I need iOS/Android/Desktop JVM
a

Alejandro Rios

11/15/2023, 12:05 AM
j

jQrgen

11/15/2023, 12:11 AM
Scanning, not generating
😅 2
z

zt

11/15/2023, 12:15 AM
You might could use ZXing for Android and JVM
👀 1
l

louiscad

11/15/2023, 12:18 AM
There's none yet. Google has a QR code scanning library, which is substantially better and faster than ZXing, and now works without having to develop the Camera UI
1
Apple probably has an API for that too.
f

Fergus Hewson

11/15/2023, 12:27 AM
I'm going to be annoying... generate them on a server?
l

louiscad

11/15/2023, 12:33 AM
scanning
😂 1
Nice example of using UIKitView from Compose
5 Views