am having some challenges with Toolbar Sidemenu.
Setting commandBehavior constant to Native or Bar shows white bar with empty commands on iPhone/iPad skin like shown on image white_empty_bar.png.
Setting the commandBehavior to Side, things seems OK, clicking on hamburger menu icon displays the side menu well but if you want to open the side menu by swiping right it shows blank side menu like shown on image white_backgroun_on_right_swip.png.
On some screen resolutions when the side menu displays it shows white gap between the side menu and the form as can be seen on the image white_gap.png while i set NavigationPanel UIID's padding and margin to 0.
Lastly, Command's rollOverIcon and pressedIcon are not working as can be seen on image roll_over.png.
Ozi Support is selected but rollOverIcon did not change.
e.g.
cmdContest.setIcon(this.getResource().getImage("ic_magic.svg"));
cmdContest.setRolloverIcon(this.getResource().getImage("ic_magic_select.svg"));