i have gwt boot strap column with size 1 and this column has navtabs containing several navlinks like <b:Column size="1" ui:field="stackedTabColumn">
<b:NavTabs stacked="true" ui:field="stackedTabs">
<b:NavLink ui:field="projectsLink">Projects </b:NavLink>
I want to hide this stacked tab column in phone and ipad.
I tried with stackedTabColumn.setShowOn(Device.Desktop);
but it doesnt seem to hide the column in ipad but hides on phone any way of hiding gwt bootstrap widgets om ipad.
Please help
I suggest you to try the attribute
styleName="visible-desktop"
in your tag.see doc here