Mendix Native Mimimize screen and reopen kicking out of app

0
Hi Every one,We recently upgrade mendix native from 9 to 10.24.14.After upgrade we observe a issue when testing in zebra when user mimize the screen and again clcik on the screen the app is kicking out again need to reopen the app.Can any one face simailr issue or any solution to the issue?
asked
1 answers
0

Since you mentioned that this happens on a Zebra device, it could also be related to device-level configuration. For example, settings like battery optimization, kiosk mode, or enterprise device policies may terminate the app process when the application goes to the background.


It may help to check the device logs (logcat) when the app is minimized and then reopened. If the application is actually being killed and restarted, this usually becomes visible in the logs.


If this resolves your issue, please mark the answer as accepted so it can help others facing the same problem.


answered