I am using jQuery DateBox on my gwt project like this:
at my gwt.xml ui file I have input
<input type="text" ui:field="date" class="{resources.style.bottomSpacer}"
data-role="datebox" data-options='{"mode":"datebox", "useFocus": true,
"useNewStyle":true, "themeHeader": "b", "themeButton": "b", "themeInput": "c"}' />
When opening the datebox on clicking the input element on tablet, it is reported to load very slowly.
What may be causing it? Maybe some javascript gets loaded only after click and it loads the js libraries on fly?