Is there any uniform approach for scanning QR-code...
# multiplatform
j
Is there any uniform approach for scanning QR-codes on multiplatform? I need iOS/Android/Desktop JVM
a
j
Scanning, not generating
😅 2
z
You might could use ZXing for Android and JVM
👀 1
l
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
I'm going to be annoying... generate them on a server?
l
scanning
😂 1
Nice example of using UIKitView from Compose
1007 Views