[Tickets #9373] Support Apple Ipad like any notebook, not like a mobile phone
bugs at horde.org
bugs at horde.org
Mon Nov 8 07:56:02 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9373
------------------------------------------------------------------------------
Ticket | 9373
Created By | Juergen.Obermann at hrz.uni-giessen.de
Summary | Support Apple Ipad like any notebook, not like a
| mobile phone
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Juergen.Obermann at hrz.uni-giessen.de (2010-11-08 02:56) wrote:
In Horde the Apple Ipad is classified as Mobile Phone and the user can
only use the MIPM application. What the ipad user clearly wants on an
ipad ist the full functionality of horde lika on any notebook, laptop
or PC and not the restricted interface of a mobile phone.
We have made a simple workaround:
*** ./lib/Horde/Browser.php.dist Mon Oct 25 17:10:04 2010
--- ./lib/Horde/Browser.php Fri Nov 5 13:26:43 2010
***************
*** 547,552 ****
--- 547,556 ----
$this->_mobile = true;
}
+ if (strpos($agent, 'iPad') !== false) {
+ $this->_mobile = false;
+ }
+
$this->_majorVersion = $version[1];
if (isset($version[2])) {
$this->_minorVersion = $version[2];
More information about the bugs
mailing list