breautek commented on issue #1090:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/1090#issuecomment-3577350575

   > So, it seems to be the exit animation running. Is this expected?
   
   No I don't think that's the intent. I'll move this issue to cordova-android 
since the issue actually relates to the core platform.
   
   > Is this expected? Is there a config to disable this animation on app 
resume?
   
   No preferences are read-only and stored in memory once it's read from the 
XML resource. So there isn't a way to programmatically change it within 
Cordova's framework as currently written.
   
   I also want to remind you that while I do believe this is an issue, using 
`_system` and leaving the app can *still* lose app state if the android os 
decides to destroy the activity object. So if that flow is important, you will 
have to find a way to store state somewhere that can be read later and rebuilt 
later. You can test flows where the activity gets destroyed by enabling the 
"Don't keep activities" developer option.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to