6.0.0-alpha12
6/12/25

[#9373] Implement more levels of mobile like views
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

History
09/01/2011 08:35:30 AM Jan Schneider Comment #4
State ⇒ Resolved
Reply to this comment
No, this is fixed with the view selection during login.
09/01/2011 06:49:29 AM Gunnar Wrobel Comment #3 Reply to this comment
Is this still an open issue now that you can choose the view type on 
login? And I think Chuck mentioned that he'd rather have less views 
than we currently have.
03/05/2011 07:59:38 AM Michael Rubinsky Assigned to Horde DevelopersHorde Developers
 
11/16/2010 06:51:25 AM Michael Rubinsky State ⇒ Assigned
 
11/16/2010 06:51:02 AM Michael Rubinsky Comment #2
Summary ⇒ Implement more levels of mobile like views
Reply to this comment
Well, I wouldn't say "Clearly". Personally, there are websites that I 
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...
11/08/2010 07:56:02 AM Juergen (dot) Obermann (at) hrz (dot) uni-giessen (dot) de Comment #1
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
Reply to this comment
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];

Saved Queries