I have an AppStudio App that has a component where a user can scan a QR Code. I used the barcode example that ESRI offers to create it. I compiled the app and everything works great. No errors are thrown and it scans the QR code just fine. We deployed the app to our users and on most devices everything works great. However, on Android tablets that are on Android version 8.1 AppStudio Player will crash and close after scanning the QR Code. I stripped down the code to to just onDecoded: app.pop(), and it still crashes. The app will pop back to the previous screen, but then crash. Is this just an underlying issue related to the android version as I don't see how the code could be causing the crashes. This is the only device/version that has this issue. Also the Android tablets cannot be updated any further as well.
Has anyone else experienced issues related to scanning QR codes and AppStudio Player crashing?