Closed xboxones1 closed 7 months ago
When scanning the QR code, nothing happens, just a link like warpinator:// is displayed and that’s it, it cannot be opened in the android application. I read the documentation and here https://github.com/slowscript/warpinator-android/blob/09f006038a8b9583a8ca5eee401002afe00ea377/app/src/main/AndroidManifest.xml#L74 missing <category android:name="android.intent.category.BROWSABLE" />. I built these changes and it worked. After scanning qr connection occurs
<category android:name="android.intent.category.BROWSABLE" />
When scanning the QR code, nothing happens, just a link like warpinator:// is displayed and that’s it, it cannot be opened in the android application. I read the documentation and here https://github.com/slowscript/warpinator-android/blob/09f006038a8b9583a8ca5eee401002afe00ea377/app/src/main/AndroidManifest.xml#L74 missing
<category android:name="android.intent.category.BROWSABLE" />
. I built these changes and it worked. After scanning qr connection occurs