You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2026. It is now read-only.
To fix #553, I did a hack that basically did a $window.reload() every 1 hr to release CPU buildup. It breaks in crosswalk browsers. I also think this is not a good hack. Instead, the idea here is to create a 'refresh' view - we transition to this view and transition back to the old view. This effectively will also purge the cache of the old view and should have the same effect. Works in crosswalk....
To fix #553, I did a hack that basically did a
$window.reload()every 1 hr to release CPU buildup. It breaks in crosswalk browsers. I also think this is not a good hack. Instead, the idea here is to create a 'refresh' view - we transition to this view and transition back to the old view. This effectively will also purge the cache of the old view and should have the same effect. Works in crosswalk....