Mobile app version of vmapp.org
Login or Join
YK1175434

: Is it wrong to tell mobile users to view a site on their computer? I am creating a web application that doesn't work correctly on mobile. I don't want to make it work on mobile because I

@YK1175434

Posted in: #Android #CrossPlatform #Iphone #Mobile #WebApplications

I am creating a web application that doesn't work correctly on mobile. I don't want to make it work on mobile because I would rather mobile users have a fully integrated experience and not have to use the web version. This mobile version will be released at a later date based on reaction to the initial web-based version.

So, my question is: Is it wrong to not allow mobile users to use the site and instead show them some sort of splash screen telling them to come back to the site on a computer?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @YK1175434

4 Comments

Sorted by latest first Latest Oldest Best

 

@Sent6035632

Does your site work over Opera Mini? If so, you can provide them with another option if they are willing to really access your site now - ask them to access your site via Opera Mini. As it is just as good as a real browser.

10% popularity Vote Up Vote Down


 

@Kaufman445

It's not wrong, it's your website.
But what do you mean by "not working correctly?"

If it is a resolution problem, just set a min-width for the body in your CSS file.

10% popularity Vote Up Vote Down


 

@Shanna517

How are you planning on detecting whether a user is surfing on a mobile device or not? Keep in mind that not all mobile browsers behave like mobile browsers. In fact, the browser on many newer smart phones seem to try to pass themselves off as regular desktop browsers since they already match most features of a full-fledged desktop browser and don't want to force their users to view stripped down versions of websites designed for more primitive phones.

Even mobile resolutions are catching up to desktops and laptops with WVGA (800x480)—and not to mention netbooks and tablets (will they be considered mobile devices and prohibited from viewing the main site?).

Whatever you decide to do, be careful you're not creating a situation common in the IE4 days where non-IE browsers were being turned away from sites because their browser was "unsupported" (some sites were so arrogant as to recommend that the user "upgrade to IE") even though the user's browser was still fully capable of rendering the page perfectly fine. In most cases, it's almost always better to give an unrecognized browser the benefit of the doubt and let the user decide whether the site adequately supports their browser setup or not. If everything is out of alignment and the navigation is broken, then the user will leave the page. So there's no need to turn the user away off-hand.

Personally, I'd let any user view the standard site if they wish, but just flash a warning when a user is suspected of being on a mobile device, letting them know that the current site isn't designed for mobile users, and a specialized mobile site is in the works.

If you really need to reject users, I would at least put up some kind of "subscribe to updates" box to allow mobile users to be notified when the mobile site is launched. This way you know how many mobile users are interested in the site, and mobile users won't feel like they're being left in the cold.

10% popularity Vote Up Vote Down


 

@RJPawlick198

I personally access the web from my phone about 90% of the time when I'm not at work so if it doesn't work on the phone it is not a viable option for me, but currently the overwhelming population still uses desktops or laptops, so you should still have a sizable potential user base by ignoring mobile.

I ascribe to the theory of "if you're trying to please everyone you're not thrilling anyone", as long as there is a large enough group of people that fall into the "will be thrilled" category to support your goals, then the people like me who will be irritated that I can't use your site on my phone don't really matter.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme