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.

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 …

javascript ios html mobile-website local-storage
Performance problems with HTML5 Canvas in some mobile browsers.

Hi I have a Webapp that should be able to run on both Smartphone and Desktop Browsers alike. While I …

javascript html html5-canvas android-browser mobile-website
Is there a way to force horizontal / landscape layout on mobile devices?

I'm building a mobile version of a website, and in this specific case it would look perfect in horizontal layout. …

iphone mobile mobile-website
Android: How to create a launcher

I've never developed for Android before, so please consider me 100% dumb when you answer :) I would like to create an …

android mobile-website launcher
Difference between visual viewport and layout viewport?

What is the Difference between visual viewport and layout viewport for a mobile device like iPhone/iPad? I have gone …

html css ipad mobile-website viewport
How to add "Share on whatsapp" button on mobile website for iOS

Adding whatsapp share button on website, for iOS8. I am using the following: <spanid="whatsapp_share_android"> <…

javascript ios web-applications mobile-website whatsapp
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 …

ruby-on-rails ruby ruby-on-rails-plugins mobile-website
How to scale a website for mobile devices?

I've a very simple static web page (only css and links, no scripts). It looks good on android and iphone, …

android css iphone mobile-website
Detect mobile devices with Django and Python 3

I am struggling to find an easy way to detect if the request comes from a mobile device in my …

django python-3.x user-agent mobile-website