/* iPadOS detection (reports as Mac but has touch) */
if (!isMobile && /Macintosh/i.test(ua) && navigator.maxTouchPoints > 1) {
isMobile = true;
}
if (isMobile) {
/* Mobile: Show install buttons, hide desktop messages */
var mobileEls = document.querySelectorAll(".cp-pwa-results-mobile-action");
for (var i = 0; i < mobileEls.length; i++) {
mobileEls[i].style.display = "block";
}
var desktopEls = document.querySelectorAll(".cp-pwa-results-desktop-action");
for (var j = 0; j < desktopEls.length; j++) {
desktopEls[j].style.display = "none";
}
}
/* Desktop: Default CSS already shows desktop message, hides mobile button */
})();
Centralpoit mail gives you Outlook, plus the ability to drag and drop your answers to any incoming email (from your knowledge base). Effortlessly respond to complex questions and requirements, simplly by dragging and dropping the answers, saving you nearly 350 hours per year.
This mobile icon demonstrates how you can access all results from a single button from your mobile phone. Each Mobile Icon can be presented to users based on their 'Role'. This means that their role will filter the results of the shortcut they download, allowing them only to see the data from their phone. This Mobile Icon can be made available to all of your employees or only some employees, so that everyone can download the same icon, but yet each will see different information, based on the roles filt...
This mobile icon demonstrates how you can access all results from a single button from your mobile phone. Each Mobile Icon can be presented to users based on their 'Role'. This means that their role will filter the results of the shortcut they download, allowing them only to see the data from their phone. This Mobile Icon can be made available to all of your employees or only some employees, so that everyone can download the same icon, but yet each will see different information, based on the roles filt...
This mobile icon demonstrates how you can access all results from a single button from your mobile phone. Each Mobile Icon can be presented to users based on their 'Role'. This means that their role will filter the results of the shortcut they download, allowing them only to see the data from their phone. This Mobile Icon can be made available to all of your employees or only some employees, so that everyone can download the same icon, but yet each will see different information, based on the roles filt...
This mobile icon demonstrates how you can access all results from a single button from your mobile phone. Each Mobile Icon can be presented to users based on their 'Role'. This means that their role will filter the results of the shortcut they download, allowing them only to see the data from their phone. This Mobile Icon can be made available to all of your employees or only some employees, so that everyone can download the same icon, but yet each will see different information, based on the roles filt...
This mobile icon demonstrates how you can access all results from a single button from your mobile phone. Each Mobile Icon can be presented to users based on their 'Role'. This means that their role will filter the results of the shortcut they download, allowing them only to see the data from their phone. This Mobile Icon can be made available to all of your employees or only some employees, so that everyone can download the same icon, but yet each will see different information, based on the roles filt...
This mobile icon demonstrates how you can access all results from a single button from your mobile phone. Each Mobile Icon can be presented to users based on their 'Role'. This means that their role will filter the results of the shortcut they download, allowing them only to see the data from their phone. This Mobile Icon can be made available to all of your employees or only some employees, so that everyone can download the same icon, but yet each will see different information, based on the roles filt...
| Overall Rating: |
100%, Count: 1 |
This mobile icon demonstrates how you can access all results from a single button from your mobile phone. Each Mobile Icon can be presented to users based on their 'Role'. This means that their role will filter the results of the shortcut they download, allowing them only to see the data from their phone. This Mobile Icon can be made available to all of your employees or only some employees, so that everyone can download the same icon, but yet each will see different information, based on the roles filt...
<!-- Close results list -->
<!-- Pagination -->
<div class="pag-footer">
Results 1 - 8 of 8
</div>
<!-- Device detection — toggles install button vs desktop message per item -->
<script>
(function() {
"use strict";
/* Device detection — same UA sniffing as MobileIconsGetButton */
var ua = navigator.userAgent || navigator.vendor || "";
var isMobile = /iPhone|iPad|iPod|Android|webOS|BlackBerry|Opera Mini|IEMobile|Windows Phone/i.test(ua);
/* iPadOS detection (reports as Mac but has touch) */
if (!isMobile && /Macintosh/i.test(ua) && navigator.maxTouchPoints > 1) {
isMobile = true;
}
if (isMobile) {
/* Mobile: Show install buttons, hide desktop messages */
var mobileEls = document.querySelectorAll(".cp-pwa-results-mobile-action");
for (var i = 0; i < mobileEls.length; i++) {
mobileEls[i].style.display = "block";
}
var desktopEls = document.querySelectorAll(".cp-pwa-results-desktop-action");
for (var j = 0; j < desktopEls.length; j++) {
desktopEls[j].style.display = "none";
}
}
/* Desktop: Default CSS already shows desktop message, hides mobile button */
})();
</script>
<!-- Close page wrappers -->