Replies: 2 comments 2 replies
-
Good question. This is probably something you are better off asking in the Google/Android/AndroidX forums. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your input. I have a couple of follow-up questions: Determining the Browser Used for Authentication: I’m currently using the in_app_webview library and trying to call signout URL for clearing the cache and specifying I appreciate any further insights or suggestions you might have on this topic. Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
-
On iOS, when a user logs in and then uninstalls the app, the browser does not retain the session history. However, on Android, the browser does persist the history even if the app is reinstalled. I attempted to control this behavior using intentFlags on android, but it didn't seem to work. Could anyone provide guidance or a solution to prevent the browser from retaining history on Android? Your help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions