maybe force lock on device on scan start? could work
import { ScreenOrientation } from '@capacitor/screen-orientation';
// Lock to portrait
ScreenOrientation.lock({ orientation: 'portrait' });
maybe force lock on device on scan start? could work
import { ScreenOrientation } from '@capacitor/screen-orientation';
// Lock to portrait
ScreenOrientation.lock({ orientation: 'portrait' });