Shop OBEX P1 Docs P2 Docs Learn Events
Mobile or desktop version? — Parallax Forums

Mobile or desktop version?

cruXiblecruXible Posts: 78
edited 2015-07-03 06:58 in General Discussion
Does anyone use the mobile version of the forums? I always switch to the desktop version if I am on my mobile device.

Comments

  • Heater.Heater. Posts: 21,230
    I get the mobile version on my Galaxy S phone by default. Which is nice because it looks a whole lot nicer than the desktop version. In fact I was wondering how to convince Chrome to pretend to be a phone for this site. 
  • GordonMcCombGordonMcComb Posts: 3,366
    edited 2015-07-05 04:45
    There is no separate "version," just a different layout. That is, the content is exactly the same. This is how a "responsive" site works, as opposed to the (now frowned upon) content-switcher site that is fundamentally database driven to feed different content to the user depending on the device.
    In the current implementation, there is only one "breakpoint" where the layout actually changes. You can view how that looks on a desktop browser by resizing the window down to under (about) 365 pixels. You'll see it suddenly switch appearance. That's the breakpoint, and it's designed for portrait-view on smart phones.
    As the screen resizes up, the elements shift and wrap around, to minimize the back and forth scroll. There are formatting glitches in the current forum that still requires side-to-side scrolling: someone edited the theme to add the top navigation bar, and didn't put it in a responsive DIV row. This results in that element sticking out to the right. I've reported it as a bug.
    There are methods to change the user-agent of your browser to get a responsive site to display a different view of the page, but I don't think this theme uses anything more than counting pixel width (and maybe, to a point, DPI).
    One thing you can't check on a desktop browser is whether you can pinch-zoom. Someone mentioned that was not working, but the tag to allow this is on the page. There might be a competing rule in the CSS that then prevents it. I always like responsive sites that let me zoom closer -- helpful for images.
  • Heater.Heater. Posts: 21,230
    Gordon,


    There is no separate "version," just a different layout. That is, the content is exactly the same.

    No it is not. On my Samsung Galaxy S it is very different, clean and nice, all the Smile is gone. Like the vote buttons. There is no side bar with categories. No avatars. A lot of stuff is gone. There is no way to start a new discussion.

    Yes on my desktop FireFox I can see the layout change responsively as I squeeze the window smaller and smaller. That is nothing like what I see on the phone.

    Seems we do indeed have a (now frowned upon) content-switcher site.



  • GordonMcCombGordonMcComb Posts: 3,366
    edited 2015-07-05 05:56
    By content I mean the *content* of the site, i.e. the threads and posts. The mobile representation may indeed have a different appearance. Font sizes change, big header graphics may be replaced with something else or left out entirely, dorky icons may be suppressed or reduced. But the content people come for is the same, so there is really just one version, with different ways of presenting it. (In the same way that some forums allow users to switch to themes of their choice.)
    The old, bad days of designing for mobile had the server actually decapitate a lot of the content, mostly from a bandwidth standpoint. Limiting the content -- a news site that has much shorter articles for mobile, for example -- that's becoming more and more rare. Instead, these days pages use things like lazy load to defer loading of elements until they are scrolled into view.
  • The mobile presentation is pretty good. Zoom and various things I expect on a Note 4 work just fine.

    When I request desktop, the presentation is very different.

    I've not authored anything on desktop. Authoring on mobile is actually easy for text and the emoticons. More advanced formatting is a pita, but that is largely due to input being a pita, unless one gets a Bluetooth keyboard mouse.

    If you haven't ran Android with one, you are missing out.

    The Note 4 has stylus, multitouch, and will render a mouse pointer when given one.

    I'll report back when I try real input.
  • Heater.Heater. Posts: 21,230
    Gordon,
    Ah, you mean DB content as opposed to page content. OK, I can go with that.
    But what about the avatars and vote counts, aren't they user generated DB content? There is no way I can retrieve my avatar, had I set one, using a phone. 
    Not that I care as you know. 
  • TorTor Posts: 2,010
    edited 2015-07-05 10:36
    I generally stay away from "mobile" versions of sites when I use Android (tablets or phones), as they're - with a few exceptions - completely useless, mainly because they can't be zoomed and the fonts are too small to read (unlike desktop versions which mostly work perfectly fine on my Android gadgets). So my Android browser is permanently set to 'retrieve desktop version' or whatever that option was called. Now I hear that the mobile version of this forum is zoomable, and I would check it out - would it allow me to actually post from Android without having to set the textbox to "raw" mode? (the only way to write anything - which adds various problems, as having to use <br><br> to get a blank line).
    The problem is, I don't see how I can get that mobile version.. I switched off the 'retrieve desktop version' option in the Android browser, but that did not make any difference. And I don't want to do that anyway, I must leave the setting as-is or other sites become unusable. Is there a URL option which can get the mobile version so that I can test it?

    -Tor
  • Heater.Heater. Posts: 21,230
    My Android browser on an old Galax S phone does give me the mobile view. I have never set anything to make that so.
    pinch and zoom does not work.
    I did send one post from that phone. Worked well enough. 
  • TorTor Posts: 2,010
    Well, if zoom doesn't work.. it's of no use to me (too far-sighted to read the 'mobile' fonts) so I will have to stick with the desktop version when I'm on the tablet. Where posting only works if I switch to raw mode.. sigh.

    -Tor

  • Heater.Heater. Posts: 21,230
    Yeah that can be a problem. I really can't imagine the logic behind disabling zoom on a web page just because it's been presented in some mobile friendly format (Well different format :) )
  • TorTor Posts: 2,010
    Yep, smaller displays is exactly where you need zoom.. and more so as the screen gets smaller. So why is zoom disabled in so many "mobile" versions? It doesn't make any sense.
  • GordonMcCombGordonMcComb Posts: 3,366
    edited 2015-07-05 15:41
    Yep, smaller displays is exactly where you need zoom.. and more so as the screen gets smaller. So why is zoom disabled in so many "mobile" versions? It doesn't make any sense.


    No, it doesn't make sense. I think it was a trend because early examples of responsive design limited the zoom, with the thinking it was no longer necessary. That's been proven wrong, but those examples -- and the old thinking behind it -- are still around. I think skel and bootstrap still come this way out of the box, though I haven't checked in a while. Many page coders now go back in and remove the option in the META tag that restricts zooming.
    This forum uses the correct META tag to permit zooming. If zooming isn't working, the restriction is probably deeper inside one of the CSS files that contain the media queries for setting the styles.
  • Heater.Heater. Posts: 21,230
    Gordon,
    There are many things about the design of the  web and behaviour of clients that I don't get the reasoning of. This zoom thing is another one of them.
    Generally in a window displaying a page I can scroll up and down, left and right, if the content is too big to fit. I can zoom in and out at will to suite the way I want to see things.
    Well, it's my window on my machine, when in anybodies right mind did the browser creators give the power to some random stranger to dictate if I can do this or not?
    I don't get the idea.
      
  • I think the intention for the developer(s) of this theme is to allow zooming. So they put in the proper META tag, only it may not be enough for all devices. Different device makers tend to have their own way of doing things, then refuse to adopt the wider standard. 
    Fortunately, this is a common topic in the Web developer forums, where there are many examples of how to keep things up to date. It's a lot of work, though. It might be useful for those on small screen devices to start a thread and note the features found or missing.
  • The browser people enabled zoom restrictions for more advanced UI to work without somebody having to take a PhD level approach to it.

    Games, CAD, Vis, and client replacement use cases all benefit.

    Of course it gets abused too.
  • Hmm, don't think those use cases require limitations of zooming. The requirement to disable zooming on mobile is made up. All desktop browsers can zoom, as part of accessibility, just the same as Mac and Windows desktops supporting zooming. No one stops those, and wouldn't want to.

  • Responsivity of the design is working as intended.
    When the theme style is re-examined for potential additions or changes, the effectiveness of our mobile-friendly view will be evaluated again as well.
  • Cluso99Cluso99 Posts: 18,069
    edited 2015-07-07 01:18
    The mobile style on my iPhone 6+ is great. But I cannot pinch to zoom. I use this when I don't have my reading glasses, or when I want to zoom in on a picture (or schematic).

    I can post easily, and edit, my posts. But I cannot create a new thread.

    Both bugs have been reported. I just wanted to ensure this discussion knows they still exist.

    BTW both portrait and landscape work, including rotating the screen.

    BTW2. I am away for the month, so virtually all my forum reading and posting will be from my iPhone 6+ as I won't be getting my laptop out often. So I will be giving the forum software a workout over this time.
  • On mobile version, do you have a small chat bubble in the top right corner of your screen? See below for an example. (It's an iPhone 5, but it should show the same features.)

    7fc4749d26dc4f32854b6988bf0007.jpg

    If you see it, that creates a new discussion.

    Pinch and zoom feature has been added as an issue.
    426 x 293 - 34K
  • Tracy AllenTracy Allen Posts: 6,656
    edited 2015-07-08 17:55
    Some threads but not others display an icon in the URL bar to the left of forums.parallax.com.
    994be4e58630c9c140e69835ba36cd.jpg
    If you click on the horizontal bars, it brings up the first post in the thread on a plain screen with two options for font size.
    98284f689a4ea99d2d74dbf74dc08c.jpg

    However, only the #1 post in the thread displays in that manner. I haven't been able to figure out if there is a way to zoom other posts in the same thread. And why does the the icon show up in some threads and not others? No substitute for pinch&zoom.
    (iPhone 6).  It seems like a bug.
  • Tracy AllenTracy Allen Posts: 6,656
    edited 2015-07-08 17:56
    Another thing on the iPhone is the option to switch over to the full screen version (and back to mobile).  Scroll all the way to the end and you find it in barely visible type above the Vanilla logo.

    1cca887ed36fb5065792f1c98963be.jpg

Sign In or Register to comment.