Trust-Anchor-Group / NeuroAccessMaui

Contains a Maui App for TAG Neuro-Access.
Other
3 stars 0 forks source link

Scanning QR codes too fast results in being sent back to the main page #17

Closed berggrenmille closed 3 months ago

berggrenmille commented 4 months ago

Having your phone pointed towards a QR code when opening camera can lead to the QR code being scanned before the ViewModel and Page has been fully initialized.

Setting the camera to scan on events such as OnLoaded, OnAppearing is not sufficient. The issue might come from the StateView or Animations on the page.

Suggestion 1: When page loads, start a short timer which will activate the scanner