Mobile app
The SimpleOne mobile application allows you to manage tasks and most activities on your smartphone. It is a Progressive Web Application (PWA) that requires neither a lot of storage nor installing it from an app store – the app is available in your instance.
The interface of the mobile app is much like the desktop instance interface. However, the mobile version has its own specifics. The app is supported on Android and iOS. See the SimpleOne Mobile App article to learn how to install the app.
Adaptive Layout
When using the platform through a browser, with adaptive design, SimpleOne will detect the user’s device type and adapt the template being used to fit the device screen.
All agent interface pages have a breakpoint = 767px screen width. At this point, the mobile version turns on.
A breakpoint is a conditional point indicating visual changes; in this context it is the value of the screen width.
Behavioral features
Pages without the mobile version
There are some pages in the system that are not intended to be opened from mobile devices. Adaptiveness of such pages is implemented only for desktop versions.
- Workflow Editor
- Report Designer
- Taskboard
Portal pages
Adaptation of portal pages is a little different. Portal pages are divided into 12 columns, between which the distance changes with the changes of the screen size. The widgets adapt proportionally on pages.
For example, there are 2 widgets on the page: the first widget occupies 7 columns, the second – 5. When the screen size changes, the widgets will proportionally change their size on the page.
If the screen resolution is less than 768px, the widgets will line up regardless of the number of columns they occupy.
There is a fixed border on the left and right of the pages, which does not allow elements to stretch to full screen. Borders only disappear on devices with a resolution less than 567px.