// Keep the device screen on while a mobile warehouse workflow is active — scanning sessions otherwise // dim and lock between picks, forcing staff to re-wake the device constantly. // // Native-only + fail-soft: @capacitor-community/keep-awake is dynamically imported behind a // native-platform check, so the web build never loads it and activate()/deactivate() are no-ops on web. // Any plugin error is swallowed (the screen just behaves normally). // // Usage — one line at the top of a work page's