Sounds like a perfect API for the job! Another thing I am wondering about this API, is if we serve the app from cordova-app://index.html and the use that API to route the requests, will that fix the problem of WebSQL being disabled? Haven't experimented with this yet, but I think Braden was also playing with this API.
On Wed, Mar 6, 2013 at 5:23 PM, Joe Bowser <bows...@gmail.com> wrote: > Hey > > Currently there's a major bug in Cordova with respect to the fact that > we can't blacklist any individual web resource. I saw that > shouldInterceptResource was added to CordovaWebViewClient, and I'm > wondering if we can use that to block resources that aren't > whitelisted. > > Anyone used this? And are there any thoughts on this? > > Joe >