<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: mobileweb</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/mobileweb.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2023-08-04T23:41:55+00:00</updated><author><name>Simon Willison</name></author><entry><title>You can stop using user-scalable=no and maximum-scale=1 in viewport meta tags now</title><link href="https://simonwillison.net/2023/Aug/4/you-can-stop-using-user-scalableno-and-maximum-scale1-in-viewpor/#atom-tag" rel="alternate"/><published>2023-08-04T23:41:55+00:00</published><updated>2023-08-04T23:41:55+00:00</updated><id>https://simonwillison.net/2023/Aug/4/you-can-stop-using-user-scalableno-and-maximum-scale1-in-viewpor/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://lukeplant.me.uk/blog/posts/you-can-stop-using-user-scalable-no-and-maximum-scale-1-in-viewport-meta-tags-now/"&gt;You can stop using user-scalable=no and maximum-scale=1 in viewport meta tags now&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Luke Plant points out that your meta viewport tag should stick to just “width=device-width, initial-scale=1” these days—the user-scalable=no and maximum-scale=1 attributes are no longer necessary, and have a negative impact on accessibility, especially for Android users.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/accessibility"&gt;accessibility&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/html"&gt;html&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/luke-plant"&gt;luke-plant&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mobile"&gt;mobile&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mobileweb"&gt;mobileweb&lt;/a&gt;&lt;/p&gt;



</summary><category term="accessibility"/><category term="html"/><category term="luke-plant"/><category term="mobile"/><category term="mobileweb"/></entry><entry><title>Web app: what programming knowledge do I need to create a goings on app?</title><link href="https://simonwillison.net/2013/Aug/7/web-app-what-programming/#atom-tag" rel="alternate"/><published>2013-08-07T18:42:00+00:00</published><updated>2013-08-07T18:42:00+00:00</updated><id>https://simonwillison.net/2013/Aug/7/web-app-what-programming/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Web-app-what-programming-knowledge-do-I-need-to-create-a-goings-on-app/answer/Simon-Willison"&gt;Web app: what programming knowledge do I need to create a goings on app?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;For this kind of application a much more important question than "how can I build it? is "where will I get the data from?" - If you don't have a good answer for that building the app is a waste of your time. The world is littered with local events listings apps that no one uses because they don't have good data.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/google-maps"&gt;google-maps&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mobileweb"&gt;mobileweb&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/programming-languages"&gt;programming-languages&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="google-maps"/><category term="mobileweb"/><category term="programming-languages"/><category term="python"/><category term="quora"/></entry><entry><title>How do you make an existing web application more mobile-friendly without rebuilding it?</title><link href="https://simonwillison.net/2012/Sep/5/how-do-you-make/#atom-tag" rel="alternate"/><published>2012-09-05T12:22:00+00:00</published><updated>2012-09-05T12:22:00+00:00</updated><id>https://simonwillison.net/2012/Sep/5/how-do-you-make/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/How-do-you-make-an-existing-web-application-more-mobile-friendly-without-rebuilding-it/answer/Simon-Willison"&gt;How do you make an existing web application more mobile-friendly without rebuilding it?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Learn about responsive web design. Provided your site is built reasonably well using CSS for layout there is a TON of stuff you can do with CSS media queries to make your site work better on small screen devices. For example, using media queries to detect small screen (mobile) devices you can...&lt;/p&gt;

&lt;p&gt;- switch from two columns to a single column layout&lt;br /&gt;- hide irrelevant content entirely&lt;br /&gt;- use shorter labels on your site navigation&lt;br /&gt;- serve up larger, more mobile friendly click regions&lt;br /&gt;- switch to a font family and size that's easier to read on mobile&lt;/p&gt;

&lt;p&gt;Here's the original article that coined the term: &lt;span&gt;&lt;a href="http://www.alistapart.com/articles/responsive-web-design/"&gt;http://www.alistapart.com/articl...&lt;/a&gt;&lt;/span&gt; - there are plenty of excellent resources, tutorials and books around these days too if you want to learn more.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/mobile"&gt;mobile&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mobileweb"&gt;mobileweb&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ui"&gt;ui&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ux"&gt;ux&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="mobile"/><category term="mobileweb"/><category term="ui"/><category term="quora"/><category term="ux"/></entry><entry><title>Quoting Vodafone UK Spokesperson</title><link href="https://simonwillison.net/2007/Sep/21/techcrunch/#atom-tag" rel="alternate"/><published>2007-09-21T14:58:07+00:00</published><updated>2007-09-21T14:58:07+00:00</updated><id>https://simonwillison.net/2007/Sep/21/techcrunch/#atom-tag</id><summary type="html">
    &lt;blockquote cite="http://uk.techcrunch.com/2007/09/21/vodafone-in-mobile-web-storm/"&gt;&lt;p&gt;We're not acting as a block. Our key aim is to offer a similar experience on the mobile Web as the PC-based Web. In doing that there is a white list which people can apply for.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="http://uk.techcrunch.com/2007/09/21/vodafone-in-mobile-web-storm/"&gt;Vodafone UK Spokesperson&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/contradiction"&gt;contradiction&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mobileweb"&gt;mobileweb&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/vodafone"&gt;vodafone&lt;/a&gt;&lt;/p&gt;



</summary><category term="contradiction"/><category term="mobileweb"/><category term="vodafone"/></entry></feed>