gs.isMobile() returns false when agent app is in Offline ModeSummarygs.isMobile() is a very old API dating back to the classic app that was originally added to help determine if requests were originating from a mobile device so a request to a desktop list/form could be redirected to a mobile-friendly version. The calculation of the script happens on the server when the offline payload is generated and hence the isMobile() is not expected to evaluate correctly in Offline Mode.