HTML5 doctype

Hi,

Is there a way to force Vaadin to use the HTML5 doctype? I have some HTML5 component which are not rendered on my Android device and i think the doctype is related to this.

Kind Regards,
Marcel

You can override the doctype by extending AbstractApplicationServlet and overriding writeAjaxPageHtmlHeadStart

thx!