Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear sir
I am developing a mobile website in html5. Its design not properly supported by blackberry and endroid mobile phone but supported by sumsung and spice mobile phone. i am using following meta tags
HTML
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="width" />
<meta name="format-detection" content="telephone=no" />
<meta id="_metaKeywords" name="Keywords" content="" />
<meta id="_metaDescription" name="description" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />


so please guide me for its butter view in all or mostly mobile phone.

Thanks in Advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900