We handle onExceededDatabaseQuota, but we have zero flexibility with it from what I discovered, so the point is moot. If you create a database, and then go over the quota you exceeded, you have to re-open the database on the error handler in JS.
On Fri, Apr 27, 2012 at 9:55 AM, Simon MacDonald <[email protected]>wrote: > Is this our bug or an Android bug? In most cases aren't we using the > WebView's window.openDatabase code? > > Simon Mac Donald > http://hi.im/simonmacdonald > > > On Thu, Apr 19, 2012 at 4:31 PM, Joe Bowser <[email protected]> wrote: > > > Hey > > > > I looked at the spec, and I'm wondering what we should do when we exceed > a > > specified quota on a WebSQL database. The spec says we prompt the user, > > but that's probably not going to fly. Should we just grow the database > > until it's at its max size, or do we want to enforce the quotas that are > > being specified and do we want to throw an error? > > > > Any thoughts? > > > > Joe > > >
