Touchkit and Android Chrome

Hi Folks? Is Vaadin Touchkit 3.0 compatible with Google Chrome for Android?
I’ve noted small bugs, like press a button, and the style continues as “pressed” until you press another button on screen, or even with DatePicker, that appears with 100% of width on Popover, and lets the calendar on left side.
With native android browser, I don’t see this problems.

Im using Android 4.04, and Chrome 29.0.1547.72 with Webkit version: 537.36 and V8 Version: 3.19.18.21

The Android DatePicker seems to not use the UI Locale, as the DateField componente does. May I open a bug?

Hi folks.
I fixed the layout problems with this css:


.v-touchkit-datepopover-time {
	width: 100%; padding-right: 1px; border-right: solid 1px #808080; border-left: solid 1px #808080;
} 

.v-touchkit-datepopover-time .gwt-TextBox {
	width: 50%;
}

.v-touchkit-datepopover {
	padding: 16px;
	width: 0px;
}