Вопрос

Is there an event that listens if app is closed? I want to clear my localStorage when it closes. So something like

document.addEventListener("applicationClose", yourCallbackFunction, false);

Any suggestion would be helpful!

Or to erase it when app starts!

Это было полезно?

Решение

I ended up using sessionStorage, it is equal to the localStorage object, except that stores data for only one session

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top