I am making a brick building game designed to work on desktops and tablets with the ability to save your creation.
http://fungooms.com/Funblocks/index.html
At first I tried using the LocalStorage object which worked fine until I started emptying the internet cache and deleting the browser history. The saved data would then be lost.
So I switched to using the save game system option. This seems to work fine on desktop but when I play on iPad, save my game state, clear the history and try to load the saved game it is gone.
Where does Construct2 save the game data? Should it be getting cleared when the history is cleared?