Summary | Implement more levels of mobile like views |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | Juergen.Obermann (at) hrz (dot) uni-giessen (dot) de |
Created | 11/08/2010 (5330 days ago) |
Due | |
Updated | 09/01/2011 (5033 days ago) |
Assigned | 11/16/2010 (5322 days ago) |
Resolved | 09/01/2011 (5033 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
login? And I think Chuck mentioned that he'd rather have less views
than we currently have.
Summary ⇒ Implement more levels of mobile like views
use on the iPad that I'd rather view the mobile version on, while
others I'd rather view the full version.
At the very least, you should be given a choice at login.
That being said, recent discussions on IRC have uncovered the need to
eventually have multiple levels of views for devices. Smartphone,
minimal view, full featured desktop etc...
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Support Apple Ipad like any notebook, not like a mobile phone
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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];