Hi,
Some of your controls show native scrollbars while other use jqxScrollbars. I noticed that the native scrollbars usually get hide on a mobile browser. This great because when viewing the site on a mobile device, the scrolls are hidden and motion is used to move around.
I noticed that grids, dropdownlist, comboboxes, etc. all use scrollbars that are not native but rater jqx’s. If sites are viewed on a mobile device, they stay visible. It works but they take some unneeded screen real estate.
Is there a way to hide the scroll when viewing on a mobile device?
Maybe detecting the type of device used, then using a theme specific CSS for mobile and specific CSS for normal browser to modify the scroll width… What would you suggest the best approach be to hide the scroll bars on a mobile device?
Thank you