IPad – Clearing local storage in safari on iPad

ipadsafari

I need to clear the local storage for safari on my iPad, what I found by googling says to go to Settings > Safari > Databases but databases is no where to be found in my safari settings. The screenshots show it right below accept cookies but it's not there or anywhere else on the page (or sub pages). Any ideas?

Best Answer

When no database exists, the Database Menu isn't shown ;)

Try log in your google account or other webapp that uses localStorage to see it...

Or create a HTML file with a script tag containing (on same domain obviously) :

localStorage.clear();