Questions tagged [mobile-website]

Mobile Website refers to the design and implementation of web content aimed at clients using mobile devices such as phones or tablets.

Mobile websites allow us to consume information that has been formatted to better fit the browser on our mobile devices.

When consuming content from a phone or tablet, websites that were not designed for these devices can often be difficult to navigate or interpret. Mobile websites bridge this gap by offering content designed specifically for mobile consumption.

Some solutions include redirecting users to a separate mobile web sites or using media queries or some other browser detection to serve alternate styling or HTML.

Another consideration of mobile websites is that of page weight. Because many mobile browsers use mobile carrier networks to connect to the internet, it is a good practice to conserve the amount of data your page requires. These practices may include compressed scripts or resources, smaller images suited specifically for mobile consumptions, or otherwise reducing page size by breaking up the content into more manageable areas/pages.

1460 questions
6
votes
2 answers

How to create a mobile version of an ASP.NET web site?

I have a website created using asp and I want to make it accessible to mobile phones, such that a user can use it through his/her cell phone. I don't have any knowledge of XML or .NET. How can I do this?
PHP Ferrari
  • 15,754
  • 27
  • 83
  • 149
6
votes
4 answers

How do I detect a mobile browser, and direct appropriate content to it?

I've read that its bad (not advised) to use User Agent Sniffing to send down the correct content for a mobile browser, so I'm wondering what IS the best way to do this? I'm using ASP.NET MVC, and I've built my site and it works well on desktop…
Nate
  • 30,286
  • 23
  • 113
  • 184
6
votes
5 answers

Detecting Requests from Mobile Browsers in ASP.NET

I have an existing web site and I would like to create a mobile version of it that is more suitable. For instance, the main site uses drop-down menus and we all know those are quite the fail on mobile devices. I would like to redirect to my mobile…
Josh Stodola
  • 81,538
  • 47
  • 180
  • 227
6
votes
3 answers

Tables versus divs in mobile websites

I'm totally confused on this matter, some say use tables and others say it's a bad practice to make use of tables and div tags should rather be used. What is the correct way when developing sites for mobile devices .mobi
Elitmiar
  • 35,072
  • 73
  • 180
  • 229
6
votes
2 answers

How do you include a tag in the head of Meteor.js app at initial page load?

In particular, I'd like to add and when I insert it into the head from JS, I'm still able to scroll horizontally on mobile…
Loren
  • 13,903
  • 8
  • 48
  • 79
6
votes
6 answers

One page web apps and inline javascript and CSS

We've built what is called a one page web app(a single html page + ajax) In the pursuit of shaving as much http calls as possible, we bundled the JS and CSS in 2 files. Meanwhile we took a look at the way Google Buzz for mobile is built and there…
Mic
  • 24,812
  • 9
  • 57
  • 70
6
votes
5 answers

Screenshot tool for BlackBerry?

I am working on a web development project that I want to make sure works well on the BlackBerry browser. As part of both testing and documentation, I want to be able to take screenshots of my application and was wondering where to start. I see…
Kevin Hakanson
  • 41,386
  • 23
  • 126
  • 155
6
votes
3 answers

Mobile device is detected as non mobile device

I've included a mobile web form in my asp.net project, I thought that it could/should be seen just for my mobile users but I realize that it can also be seen from any browser, I don't see problem there cause I could diff the access using…
Nelson Miranda
  • 5,484
  • 5
  • 33
  • 54
6
votes
3 answers

List of UserAgent String Values

I am trying to determine what kind of interface to show to a user. If a user is visiting my site with a touch screen phone, I want to show them one interface, otherwise, I want to show them another. Does anyone know of a list of UserAgent string…
Villager
  • 6,569
  • 22
  • 65
  • 87
6
votes
0 answers

Play YouTube video on mobile site without redirecting to YouTube app

I am creating a mobile web site and would like to show a small (88px by 50px) YouTube thumbnail that, when clicked, plays the video in fullscreen and returns them to the webpage. It should work in iOS and Android. My first approach was to use
tba
  • 6,229
  • 8
  • 43
  • 63
5
votes
4 answers

Selecting text on focus using jQuery not working in iPhone iPad Browsers

We are developing Web-App for Mobile browsers, we would like text of any input box to get selected whenever input-box get focus. Below answer fixes the issue for Desktop chrome/safari browser. Below solution works fine on Android browser, but not on…
Anand
  • 4,523
  • 10
  • 47
  • 72
5
votes
3 answers

Best practice for serving resource files (JS, CSS, images) in a responsive web design

While reading Not Your Parent’s Mobile Phone: UX Design Guidelines For Smartphones - Smashing Magazine, in the 'Data Transfer and Pricing' section, the below one got my attention: Much has been said recently about Responsive Web Design. This…
manikanta
  • 8,100
  • 5
  • 59
  • 66
5
votes
2 answers

Is there anyway to provide a clickable link on a HTML page to save a contact to a mobile phone?

I'm looking to allow my users to my mobile web click on a link to straight away add my contact into their phone (iphone/android). I know there's a tel scheme available and I'm currently using that on top. Is there anyway to provide First Name, Last…
David C
  • 3,659
  • 5
  • 34
  • 46
5
votes
4 answers

Way to do content adaptation to mobile

I creating a site and want turn it mobile ready, i see people talking about very very old technology but everything looks walking to an web mobile experience I see people talking about frameworks] to mobile web development, also a friend told me…
5
votes
4 answers

Mobile or desktop browser detection and redirect to respective web page

I'm building a website in PHP which contains flash in its index page. I want to redirect users who are accessing my site via any mobile browser to page m.index.php which doesn't contain flash(simple page) for loading purposes. For others who access…
user392406
  • 1,323
  • 5
  • 28
  • 53