Who already made an hybrid mobile app, knows exactly that it's not truly crossplatform.
With the platform variations, every WebView works differently and some HTML5 features could not be supported in old smartphones.
Crosswalk project claims to be a web runtime. Basically it runs your app using an embedded build of Chromium that guarantees the same behaviour in every platforms and versions.
I'll try it for my next app! ;)