how can I know mobile web browser & app close?
I using local Storage for make auto login in my mobile Web. when I set auto login function is false
and than close mobile web browser in my iphone and restart browser. It's still login true
in local storage. I don't know exactly how can I know mobile web browser close.
just upload my code like this
autoLogin button check -> localStorage.autoLogin = "true"
autoLogin button not check -> localStorage.autoLogin = "false"