MeaVagas
(Mea Vagas)
January 18, 2021, 9:02pm
#1
Hi,
I hope you can help me understand this problem.
At first glance, when pressing back, the application really closes, however I check it on my cell phone and it’s still open.
My block:
First “If” fix an issue where app opens from Google Jobs
Second “If” closes
Third “If” return page.
Has anyone ever experienced this?
You run from companion? Close application cannot run while in companion mode
MeaVagas
(Mea Vagas)
January 19, 2021, 12:33am
#3
Hi,
No, apk.
It closes, the App close for me, but when I change in cell phone/mobile to see apps open, this App appears opened, not closed.
I even thought that this application was opening twice, but NO, it really only opens once. I do not know the reason…
MeaVagas:
It closes, the App close for me, but when I change in cell phone/mobile to see apps open, this App appears opened, not closed.
If you open the app again via the device task manager, is the Screen.OnAppResume
event triggered? Try it. The result will be negative. So the app is closed, even if it can still be found in the task manager.
Try this:
Remove app from recent
This extension helps you to remove app from recent Apps.
See example
Methods
[component_method]
[component_method (1)]
Downloads
Aix:com.devyb.removeappfromrecent.aix (5.6 KB)
Latest Version: 2
Released:2020-08-21T22:00:00Z (UTC)
Last Updated:2020-09-23T22:00:00Z (UTC)
MeaVagas
(Mea Vagas)
January 19, 2021, 2:38pm
#5
Hi Anke,
I thank you, but doesn’t work. I just try OnStop, OnResume as your suggest, but nothing at all…
App still on task manager.
Pythony
(Sumanyu Aggarwal)
January 19, 2021, 2:52pm
#6
Is the application opened in the recents tab on your phone?
MeaVagas
(Mea Vagas)
January 19, 2021, 3:43pm
#7
Yes, and task manager too.
MeaVagas
(Mea Vagas)
January 19, 2021, 3:53pm
#8
I found how to fix it.
After confirming acceptance of cookies, the website itself loads, opening another screen of the app.
So, I just put it out on the page load.
Anyway, thank you all really.
system
(system)
Closed
February 18, 2021, 3:53pm
#9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.