How to detect QML app minimization on android?
Unsolved
QML and Qt Quick
-
Hi,
I want my StackView to push a certain component (password screen) every time my android application is minimized. I searched for the answer everywhere, but nothing works, every time i minimize the app, nothing happens, no matter which signal I'm trying to catch. A lot of the signals work for the desktop build, but on Android none works. Does anyone have any advice?