Introducing: Capacitor Barcode Scanner Plugin

maybe force lock on device on scan start? could work

import { ScreenOrientation } from '@capacitor/screen-orientation';

// Lock to portrait
ScreenOrientation.lock({ orientation: 'portrait' });