Is your website mobile friendly?

Is your website mobile friendly?

  • Yes; fully mobile friendly

    Votes: 32 88.9%
  • No; not mobile friendly

    Votes: 1 2.8%
  • No; not mobile friendly but we do have a mobile app

    Votes: 0 0.0%
  • No; but want to take the steps towards becoming mobile friendly

    Votes: 1 2.8%
  • No; and no current plans to become mobile friendly

    Votes: 2 5.6%

  • Total voters
    36

Cromulent

Free Member
Dec 8, 2008
890
112
Mobile really is the future of the web whether you like it or not. More and more people are using their mobile devices (phone, phablet, tablet) to access the web and other internet services such as email.

So if you want an online presence then making sure you are mobile friendly in some way is important. Of course some companies may decide that a native mobile app might be best and just leave the website for desktop and laptop users. I'm still undecided on whether this is a good idea or not.

Obviously the best option is have a mobile friendly website AND native mobile applications for at least Android and iOS. Windows Phone might also be an option as well.

I'm certainly working on all three things for my current project and the plan is to have a mobile friendly website and Android and iOS clients as well just to make sure that we have the best solution possible no matter how people want to use our service.
 
Upvote 0

Vincentas

Free Member
Nov 24, 2012
41
2
Yes, I'm running a website that is now fully mobile friendly, but we've decided to do a sister project and for this ones website we are going to do only three main and most usable sizes which will save up lots of our time. I hope that will work. What do you guys think?
 
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,780
8
15,426
Aldershot
www.aerin.co.uk
...we are going to do only three main and most usable sizes...
That's not a sensible approach. Technology changes all the time so do screen resolutions. It's not difficult to build a fully responsive layout. Start with the smallest screen size and increase until you get ot a desktop. I've discovered you can build a site that smoothly transitions from 320px to 1200px with just a few lines of CSS. The trick is to get the initial stucture correct.
 
  • Like
Reactions: ADNattan
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,780
8
15,426
Aldershot
www.aerin.co.uk
Why are you hiding the navigation? There have been a lot of UX studies on small screen navigation and the hamburger menu isn't good - you are making the visitor do all the work. And it's totally unnecessary on a large screen. So I'm just wondering what you rationale was for doing this?

PS: One page sites are pants for SEO...
 
Upvote 0
The hamburger menu / static nav is contentious, but I believe it's becoming ubiquitous.

Without using that paradigm you have few options; reduce screen real-estate by using a always-visible static menu on devices with little screen real estate to begin with. You could make the user navigate to the menu location (bad UX). Ultimately my motive was maximum real estate for the content in question - hiding the menu on desktop is somewhat pointless due to the amount of space available, but it's visual "noise".

UX > SEO. Multiple pages of minimal content for a personal site is yet more navigation for end users.
 
  • Like
Reactions: fisicx
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,780
8
15,426
Aldershot
www.aerin.co.uk
Without using that paradigm you have few options; reduce screen real-estate by using a always-visible static menu on devices with little screen real estate to begin with.
Interesting...

When I put back the always visible menu on my sites I saw improved engagement. People are used to scrolling on small screens so leaving the menu at the top of a page isn't an issue. And clever use of CSS can change the who way the menu works on different screen resolutions.
 
  • Like
Reactions: Martin Gallagher
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,780
8
15,426
Aldershot
www.aerin.co.uk
I've been testing this for a while on a range of sites and the hamburger menu tends to have fewer interactions and hence a drop in conversions. There are ways to build a good site using a hamburger menu but it's requires a lot of planning and clever responsive design.
 
Upvote 0

MarcusCornelius

Free Member
Sep 12, 2015
40
2
55
The first thing I am doing when creating new site is adding separate mobile version of web pages. Unfortunately, you need to keep two copies as normal desktop-version layout would not likely to work on mobile devices. There are some frameworks that promise to make site mobile-friendly automatically but reality is that it does not work. So unfortunately, having two copies is inevitable.

The choice on server-side between desktop/mobile versions happens when user starts downloading main page (usually desktop version) that contains script analyzing screen dimensions. If the dimensions point out to mobile device then the page gets redirected to mobile version.
 
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,780
8
15,426
Aldershot
www.aerin.co.uk
Unfortunately, you need to keep two copies as normal desktop-version layout would not likely to work on mobile devices.
Complete rubbish. If you need two versions then your design is pants.

In any case adopting your approach would require at least three versions: mobile, tablet, desktop. And for the tablet you need to differentiate between landscape and portrait.
 
Upvote 0

MarcusCornelius

Free Member
Sep 12, 2015
40
2
55
If web-site design is simple then you can use frameworks that support "responsive design" concept and have a single copy of website files. However, if the web-site design is complex enough that it is better to have two versions separately: desktop/tablet (980px width) and mobile (320px width) because it would be necessary to adjust design of website specifically for mobile version. There is no need to have separate tablet version and definitely no need to support landscape/portrait orientations as web-site width is fixed.

You can take a look at Wix web-site designer for example - when you create web-site it automatically gives you both desktop and mobile versions that you can change independently.
 
Last edited:
Upvote 0

Himons

Free Member
Sep 15, 2015
5
1
41
Nowadays running a page that is mobile friendly is a must. As a regular consuments, how often you were forced by a situation to check the mobile number, or opening times of a shop you do not visit very often, when you were outdoor? Doing such a basic things on desktop version, downsized to mobile screen is usualy a torture. Many times when I was about to for ex. emergency visit a dentist, or call florist I resigned from the one which page I couldn't acces with my mobile.
 
Upvote 0
However, if the web-site design is complex enough that it is better to have two versions separately:

I think that is the past you just mentioned here. Nowadays the style/design of the website should react to screen size

take a quick look at the related wikipedia page if you don't believe us :)

I haven't tried creating a website with Wix, but I doubt they send you two versions at the end rather than a responsive. They weren't that big if they would do that I believe. I can see they show both versions to you to get some idea and this is what every web designer (should) do: provide layout for mobile, tablet and PC at least (or more as fisicx mentioned) but then coding is different than provided pictures
 
Upvote 0
M

Mingleflow

how our website looks on mobile rather than the theme template doing that automatically.

Hi Mail Workshop,

I think you can amend your template (or have your designer/someone) to change the outcome for mobile view or you can go away from predefined templates and have a website which is built based on your requirements and taste with only customised elements and the preferred layout on PC, tablet, mobile or any other device
 
Upvote 0

MichelleMoo

Free Member
Sep 30, 2015
4
0
To be honest, I think if a design is that complex it potentially isn't user friendly. If you have two sites you are also creating a duplicate content issue.

My understanding (which could be wrong) is that you won't be penalised by Google if your site isn't mobile friendly, unless someone is searching on a mobile. I've seen this on some sites I work on, if I search on my mobile I get different search results to the search on my desktop.
 
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,780
8
15,426
Aldershot
www.aerin.co.uk
And also very annoying is the hamburger menu - why hide the very thing you want people to click on.

And if you feel you really realy must use the hamburger menu don't rely on a script to make it work because al lthis does is sllloooowwww things down. And Google doesn't like slow. In fact it's now telling people not to use scripts to make your site work.
 
Upvote 0

Latest Articles

Join UK Business Forums for free business advice