Archive for the ‘html’ Category

Developing for Mobile Platform Tips

Wednesday, March 2nd, 2011

Edit: Jan 17, 2012–Add two slashes, as ‘tel://’ is a protocol!

How to get a link to a phone number, or basically make a phone number link:

http://forums.adobe.com/thread/685735

<a href=”tel://1-000-123-4567″ title=”Phone”>1-000-123-4567 </a>

 

How to set a mobile device’s width properly:  (If a page is too zoomed out, or if the page always renders at the default mobile 980px, see this)

http://designyre.com/design/setting-mobile-browser-width/

More as they come along!