Top "Mobile-website" questions

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

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 <input …

html mobile-website backwards-compatibility
Tooltips for mobile browsers

I currently set the title attribute of some HTML if I want to provide more information: <p>An &…

mobile mobile-website tooltip html
How to detect a long touch pressure with javascript for android and iphone?

How to detect a long touch pressure with javascript for android and iphone? native javascript or jquery... I want something …

javascript iphone android html mobile-website
Tips for optimizing a website for Android's browser?

I'm looking for tips, tricks and resources on optimizing a website design for Android's browser. I'm building an Android app …

android html css mobile-website
Image Size Best Practices for Mobile Application

I am building a mobile application that will target iPhone/iPad and Android phones. The application will involve users taking …

android ios image mobile-website
Hide address bar in mobile device browser

I know 1 way of doing this. <body onload="setTimeout(function() {window.scrollTo(0, 1)}, 100)"> ... </body> But this works …

html css mobile-safari mobile-website
Time Picker for mobile devices

I am working in HTML5, CSS3 and using jQuery for my project. I need to have a time picker only …

jquery html css mobile-website
JQuery Mobile Table

Can anyone point me to any sample or can provide any sample of a Jquery Mobile table please? I've seen …

mobile-website jquery-mobile
Meta-tags for mobile – should they be used?

Meta-tags "Viewport", "MobileOptimized" and "HandheldFriendly" can be used to provide appropriately formatted HTML-content to mobile devices. Are these tags good …

html mobile-website
Redirect mobile devices to alternate version of my site

We've got an alternate version of out website ready for mobile devices. The content we serve is different and it …

html redirect user-agent mobile-website