Is the Application running on a mobile device? Download and use the class mobiledetect (http://mobiledetect.net) as an external library in your Scriptcase Application. Usually you would have to add something like to add the library:
1 2 |
// Load Library require_once sc_url_library('sys', 'mobile_detect', '/Mobile-Detect-2.8.31/Mobile_Detect.php'); |
But it seems that…