Tagged Questions

Websites optimized for use by small-screen mobile devices often on bandwidth constrained network connections.

learn more… | top users | synonyms (1)

205
votes
14answers
79k views

Comparison between Corona, Phonegap, Titanium [closed]

I am a web developer and I want to move my web products to iPhone. One of the products is like Google Maps: show map on the phone screen, you can drag or resize the map and view some information that ...
144
votes
20answers
101k views

Simulators/emulators for mobile browser testing?

I'm doing development of a web application aimed at mobile devices. What software can I use to simulate/emulate mobile browser environments? I'm specifically looking for a way to test on Mobile ...
33
votes
12answers
22k views

Sencha Touch or jQuery Mobile?

I wonder if I were to develop a mobile Web app (now, in two weeks, or in a month), which one should I go for? Which one would you mobile Web developers go for? If jQM 1.0 were officially released ...
25
votes
9answers
7k views

Change Django Templates Based on User-Agent

I've made a Django site, but I've drank the Koolaid and I want to make an IPhone version. After putting much thought into I've come up with two options: Make a whole other site, like i.xxxx.com. ...
18
votes
7answers
16k views

Which Devices Support Javascript Geolocation via navigator.geolocation?

The iPhone supports geolocation in mobile Safari via the following call: navigator.geolocation.getCurrentPosition( function(pos){ var lat = pos.coords.latitude; var long = ...
16
votes
4answers
7k views

Disable pinch/zoom in Android 2.1 browser on HTC devices

I'm building a mobile site and have the following meta tag set in the header: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> ...
13
votes
6answers
3k views

Javascript console.log() on HTC Android devices and adb logcat

I am developing the application in HTML which is calling the console.log() from Javascript to provide me logs during the development about what happens in the web page code. Unfortunately when I use ...
12
votes
4answers
395 views

Is there any use of favicon.ico for mobile websites?

Is there any use of favicon.ico for mobile websites? will it be shown in browser address bar and tabs in mobile websites We use apple icons <link rel="apple-touch-icon" ...
12
votes
9answers
714 views

Detect whether browser has keyboard/arrow keys in web page

I have a full-screen game in HTML+JavaScript, which uses the arrow keys as primary controls. This cannot be used on keyboardless Android devices (I haven't tested on iOS), and even if the soft ...
12
votes
8answers
1k views

Mobile web development book

I am looking for a mobile web development book(s). Possibly one book about design best practices and one or two about the actual implementation of the technologies for mobile, namely JavaScript, ...
12
votes
4answers
1k views

How to put the Amazon Kindle Web Browser into Article Mode

How do you put the Amazon Kindle web browser into Article Mode via HTML or Javascript? Editor's note: Some pages are not automatically detected as "articles" by the Kindle 3 browser, and give an ...
11
votes
6answers
6k views

Mobile Device Browser File vs. WURFL for ASP.NET

I am working on a commercial web application that has a separate mobile browser version intended for the more capable devices (BlackBerry, iPhone, Android, etc). I don't want to do simple User Agent ...
10
votes
5answers
14k views

meta “viewport” device-width: Wrong width small on Opera Mobile 9.7 (10 works)

For my current mobile web project I use the meta "viewport" tag to instruct the mobile browser to use a scale of 1:1 with the devices' width: <meta name="viewport" content="initial-scale=1.0, ...
9
votes
3answers
1k views

What tech developed the “Financial Times Web App” for iPhone/iPad [closed]

If you are unsure of what I am referring to, you can check it out here: Can the FT Help Publishers Quit Their Apple Addiction? So my question is (if anyone knows), what exact tech did they used to ...
9
votes
8answers
1k views

Mobile UI development platform

I have a client that needs a mobile version of their site. I have never done a mobile-specific site. I am looking for a platform to develop cross browser mobile websites. I looked around, and ...
9
votes
5answers
9k views

Supporting Mobile Devices in Ruby on Rails

What is the best way to develop a rails application that has special views for different mobile devices? Basically I'm looking for something like this ASP.NET MVC solution: ...
8
votes
3answers
495 views

What is the difference between max-device-width and max-width for mobile web?

I need to develop some html pages for iphone/android phones, but what is the difference between max-device-width and max-width ? I need to use different css for different screen size. @media all and ...
8
votes
4answers
2k views

How can I request an increase to the HTML5 localstorage size on iPad, like the FT web app does?

If you open http://app.ft.com (the Financial Times mobile web app), you are prompted to add the app to your "home". After doing this, when you open the app, you are prompted again to allow the ...
8
votes
2answers
2k views

SVG support on smart-phone browsers

I am investigating SVG, so I was wondering if anyone knows how good SVG support is for browsers on smart-phones. I know Opera Mini/iPhone support a lot of SVG Tiny, but I cannot figure out the support ...
7
votes
2answers
3k views

Fixed positioning for mobile browsers

On the mobile site I'm building, I need the top header to stay fixed positioned. I am aware of the fixed position solution for Mobile Safari as seen here: ...
7
votes
4answers
204 views

How do I tell whether a browser is on a touchscreen device with JavaScript?

I know this is a bit of perennial question, but here goes: I want to know whether the device my site is being accessed with is a touchscreen. That means phones and iPads, of course, which are ...
7
votes
4answers
2k views

Sending an SMS to a Cellphone using Django

I am building an application, where I have this little survey module, which sends out a simple sms to the phone number I give and has to collect the response(if the user fires it) and show it to me. I ...
6
votes
2answers
3k views

Disable auto-rotate in Jquery Mobile or PhoneGap

Although cross platform development for mobile devices is so good. There isn't a simple option to disable auto-rotate or lock into one orientation i.e. portrait or landscape. Is there anyway either ...
6
votes
1answer
471 views

Do any automated browser testing tools support iOS and Android browsers?

I am aware of both Selenium and Watir, but neither seem to offer support for iOS and Android browsers (including touch gestures) Is there anything out there that does? Any recommendations? If there ...
6
votes
3answers
1k views

Backbone.js suitable for mobile devices?

I've been looking into backbone.js lately and like both the philosophy and the execution a great deal. Is anyone using Backbone on HTML5 IOS interfaces? What are your experiences with this ...
6
votes
2answers
389 views

How do I detect availability of tel: uri scheme in a web app?

I'm looking to use the tel: uri scheme (rfc3966) to make phone numbers linkable on mobile devices in a web application, but I'd prefer to not link them on devices that can't handle the tel: scheme - ...
6
votes
2answers
1k views

Do we need “CSS reset” for mobile browsers also?

Do we need "CSS reset" for mobile specific site also? like we need for desktop browsers? Can css reset on mobile sites decrease the performance of rendering?
6
votes
2answers
2k views

Creating a mobile version for my web app in CodeIgniter

I'm using CodeIgniter to develop a new web app, and I'd like to create a mobile version that users get redirect to when they visit it from their phones. The mobile version of the app should have a ...
6
votes
3answers
2k views

Is it okay to use <input type=“tel”/> now?

I'm working on a mobile phone web app and I have several text fields that could benefit from iPhone's will adjust the keyboard for the user but I'm worried about breaking backwards compatability. ...
6
votes
3answers
366 views

Mobile HTML pages basics

What are the basics for creating a web page for a mobile device? I'm developing a simple page with a table and several links, but when I open it with my Android phone it is too small, and I have to ...
6
votes
5answers
604 views

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 ...
5
votes
1answer
124 views

Multi-device architecture

I'm at the moment trying to make up a "core" for my multi-device project. The project is all about a web application, that authenticates the user by facebook login, and then exposes a set of new ...
5
votes
5answers
553 views

Is HTML, CSS remote debugging possible for Mobile and Tablets like Android , ipads?

Is HTML, CSS remote bugging depossible for Mobile and Tablets like Android , iPads? For example I want to use firebug on Ipad website, but from my desktop and firebug changes should be seen in iPad. ...
5
votes
2answers
131 views

Which is preferred oldest browser and shortest Screen Size of mobile to test website and which has Facility to surf Internet and still in use? [closed]

Which is oldest browser and shortest Screen Size of mobile which has Facility to surf Internet and still in use? I'm making a Mobile site for Older devices (Not for Smartphones), which are still in ...
5
votes
3answers
7k views

JQuery Mobile Table

Can anyone point me to any sample or can provide any sample of a Jquery Mobile table please? I've seen the demos on their website and found no tables. I need to be able to create a table that will ...
5
votes
2answers
894 views

What's a reliable method for setting up telephone links for mobile browsers?

I'm working on a quick page intended for mobile browsers. While there is little consistency between browsers on cell phones (the target audience), I have a phone number that I would like to be as ...
5
votes
5answers
420 views

Demand for iPhone App ported to Android?

Although not really a programming question I believe many developers would have come across this and therefore give the best answer. Currently I am developing an App for iPhone for the organisation I ...
5
votes
6answers
287 views

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 ...
5
votes
5answers
2k views

What are cross-browser, cross platfom web safe fonts?

How to make cross browser, cross platform and all devices compatible css font stack?
5
votes
1answer
574 views

Upload files using mobile broadband using standard browsers (not from phone)

My issue is trying to upload photos while using mobile broadband. (PHP) The situation is - 1) I'm using a laptop that is connected to the internet using mobile broadband (t-mobile) 2) I know that ...
5
votes
4answers
1k views

Format ASP.Net MVC app for desktop and mobile browser

I am working on an ASP.Net MVC application that with views that I want to be able to format for desktop browsers as well as mobile browsers. Both formats would use the same Controllers and Actions ...
5
votes
4answers
374 views

How do i create a mobile site?

I want to make a simple web form where somenone can access from his mobile phone. Is it ok to user plain HTML and css? What doctype should i use? I want it to be accessible from all mobile phones. ...
5
votes
3answers
682 views

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. ...
4
votes
1answer
301 views

Javascript Gesture Library

I'm looking for a good javascript library for gestures (like swipe, tap, doubletap, pinch, etc) for use on mobile browsers. The library should have cross-browser support and should be relatively ...
4
votes
4answers
135 views

What is the means, benefit and differences between User Agent detection and Feature Detection?

What is the means, benefit and differences between User Agent detection and Feature Detection? and which one is better? And please give usages examples for both.
4
votes
1answer
95 views

Guide lines for developing Android Web applicaiton

Are there any guide lines for developing an Android web application? I am developing a web application and hosting it on the web, and I want to use WebView to incorporate that link in my Android ...
4
votes
3answers
1k views

Switching stylesheet with Javascript based on browser

I'm currently trying to edit a website for a client which uses Adobe Contribute so it uses a different stylesheet if the user is browsing from a mobile phone. The mobile phone stylesheet is much ...
4
votes
2answers
653 views

How to invoke YouTube Application from My WebApp

I am coding a web application (a mobile website) which will be accessed by various smartphones, like Androids, iPhones and BlackBerry. One of my page is going to have a link to a youtube video. I am ...
4
votes
3answers
386 views

IIS/ASP/ASP.net: How to structure web-site to expose mobile version

Pretend i have an existing web-site, e.g.: www.stackoverflow.com i now want to expose a mobile version of this web-site: m.stackoverflow.com IIS, with its host-header name resolution, ...
4
votes
0answers
371 views

Yahoo! OAuth login screen for mobile devices

This is a kind of re-post of my question on Yahoo! forums. It is just that I refer to StackOverflow more frequently... My problem is as following: while Yahoo! OAuth http://developer.yahoo.com/oauth/ ...

1 2 3 4 5 13