We have a web application which uses local storage (IndexedDB) and if clients use private browsing in Google Chrome (Incognito Mode) or Safari (Private Browser) when they close those windows they loose all the data in local storage. We wanted to find a way to just disable the login button in the web app if they are in private browsers. Is there any way to find out if user is using privately.
Asked
Active
Viewed 52 times
0
-
Does this answer your questions? [Detecting if a browser is using Private Browsing mode](https://stackoverflow.com/questions/2860879/detecting-if-a-browser-is-using-private-browsing-mode?rq=1) – Mahmoud Ibrahim Mar 10 '22 at 19:46