In lieu of a better solution, I wrote a bookmarklet to re-enable zooming.
It seems to work in the Android Browser at least.
javascript: document.querySelector('meta[name=viewport]').content = 'width=device-width; initial-scale=1.0; maximum-scale=3.0; user-scalable=1;'; void(0);