Any way to disable screen timeout for my ionic app (IOS)

I have a working IOS app, but in Accessibility mode, it takes a long time to do some workflows…

i see an IOS app setting

UIApplication.shared.isIdleTimerDisabled = true

to disable the screen timeout…

how would I do that with my Vue app?

this seems to indicate an interaction with the scene delegate