• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web Applications on Mobile Devices

 
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,

Just wanted to know is it OK to assume that an web application that runs fine on a desktop browser will perform the same way in a mobile browser like a tablet/smartphone? Normally talking of testing on Android, iPhone, Windows phones. I have an application which is primarily built keeping the desktop browsers in mind, but with the importance of mobile devices these days, wanted to know that should testing on mobile devices specifically be included in a testing cycle?
 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That depends on the device and it's browser(s).

Many flash/shockwave apps wont work and the resolution (viewable) can be tiny. scrolling/pinching etc.. is not the optimal way to navigate.

Have you tried reading, say cnn on a 4" smart phone? Pads and tablets are better tho.

WP
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I say testing on mobile devices, I am only taking into consideration the default browsers that come with these phones/tablets.

And i have not tried CNN on my smartphones. I frequently visit other sites. The experience is something nothing compared to what desktop browsers offer though!

BTW, is there an Andriod app for this forum??
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Somnath Mallick wrote:

BTW, is there an Andriod app for this forum??



We have a mobile version of coderanch
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic