Author |
|
YassineKira Newbie
Joined: 28 August 2017 Location: Morocco
Online Status: Offline Posts: 1
|
Posted: 28 August 2017 at 4:02pm | IP Logged
|
|
|
Hello,
Wonderful webmail, thanks for the effort!
I want to always keep the Full Version of "AfterLogic Pro v7.4.0.7 Stable" even when I login using a browser from mobile phone... I WANT TO MAKE THE FULL VERSION ALWAYS THE DEFAULT ON ALL DEVICES
how do I disable the responsive functionality?
Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 August 2017 at 11:44pm | IP Logged
|
|
|
Open libraries/afterlogic/common/managers/integrator/manager.php file and locate appData function and lines:
Code:
if ($oApiCapability->isNotLite())
{
$aAppData['IsMobile'] = $this->isMobile();
$aAppData['AllowMobile'] = true;
} |
|
|
Comment out or remove these lines so they won't be executed and mobile version won't be enabled.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|