Detect iPad on FeathersUI?

Hi, while running on tablets, like the iPad pro, I noticed that FeatherUI makes some adjustnents, like bringing the tab navigator to the bottom of the panel. How can I detect the site is running from an iPad like that? I’d like to make some other custom adjustnents as well to the interface. I’m using the html5 target.

Found it :wink:
DeviceUtil.isMobile()

1 Like