You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
importorg.useragent.parse.Device;importorg.useragent.parse.DevicePlatform;importorg.useragent.parse.DeviceUtils;Devicedevice =DeviceUtils.getCurrentDevice(httpServletRequest);device.isMobile()// true or falsedevice.isNormal()// true or falsedevice.isTablet()// true or falseDevicePlatformplatform =device.getDevicePlatform();
About
This is a library that can be used to parse the User Agent header in a Spring Boot 3 application.