Make Website and WebApp Compatible with iPhone and Blackberry Haga de sitios web y webapp Compatible con Blackberry y iPhone
Most websites and web pages will be compatible and work fine on iPhone and Blackberry. La mayoría de sitios web y páginas web serán compatibles y funcionar bien en iPhone y Blackberry. However, it’s still possible to make the web sites more supportive, ready and friendly to Apple iPhone by giving more information to iPhone about how the webpage should be displayed on the iPhone browser. Sin embargo, aún es posible hacer que los sitios web más favorable, listo y amigo de Apple iPhone de dar más información al iPhone sobre la forma en la página web se exhibirán en el iPhone navegador. Beside, for web sites that try to emulate the functionality of the built-in iPhone applications such as webapps that use Canvas, AJAX functionality and limit the size of the page to 320×480px (or 480×320px), it’s best to ensure iPhone and Blackberry compatibility to ensure that the page is rendered and formatted correctly and avoid problem such as web page or application not scaling properly when rotate and Safari browser zooming out. A lado de, para los sitios web que tratan de emular la funcionalidad de las zonas edificadas-iPhone en aplicaciones tales como el uso que webapps lienzo, la funcionalidad de AJAX y limitar el tamaño de la página a 320 × 480px (o 480 × 320px), es mejor iPhone y garantizar la compatibilidad Blackberry para garantizar que la página se ve y formateado correctamente y evitar problemas tales como página web o aplicación no escalado girar correctamente cuando el navegador Safari y reducir el zoom.
One of the best way with just one line change on website coding to make website and web app support iPhone and Blackberry is by telling the PDA phone of the viewport size of the overall page. Uno de la mejor manera con sólo cambiar una línea en la página web de codificación para hacer sitio web y web app apoyo iPhone y Blackberry es diciéndole a la PDA del teléfono del punto de vista de tamaño de la página general. To do so, simply add the following line to the HTML HEAD section of the web page: Para ello, basta con añadir la siguiente línea a la sección HEAD HTML de la página web:
<meta name=”viewport” content=”width=320″ /> <META name="viewport" content="width=320" />
viewport is visual formatting model for visual media in del punto de vista visual es el modelo de formato visual en los medios de comunicación CSS 2.1 2,1 CSS specification, where it is a window or other viewing area on the screen through which users consult a document (mean part of the screen that you’re actually seeing). pliego de condiciones, cuando se trata de una ventana u otra área de visualización en la pantalla a través del cual los usuarios consultar un documento (media parte de la pantalla que en realidad estás viendo). User agents may change the document’s layout when the viewport is resized. Agentes de usuario puede cambiar el diseño del documento cuando la vista es el tamaño. Other parameters applicable for viewport include initial-scale, user-scalable, minimum-scale and, maximum-scale where you can try to make your website fit into iPhone and BlackBerry view area. Otros parámetros aplicables para incluir inicial del punto de vista de escala, el usuario escalable, mínimo y escala, la máxima escala donde se puede tratar de hacer encajar su sitio web en el iPhone y BlackBerry área. The example of usage: El ejemplo de uso:
<meta name=”viewport” content=”initial-scale=1.0″ /> <META name="viewport" content="initial-scale=1.0" />
<meta name=”viewport” content=”user-scalable=false” /> <META name="viewport" content="user-scalable=false" />
You can mix the setting u want to use into a single META HTML code such as: Usted puede mezclar el establecimiento u desea utilizar en un único código HTML META tales como:
<meta name=”viewport” content=”width=320,user-scalable=false” /> <META name="viewport" content="width=320,user-scalable=false" />
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .
Related Articles Artículos relacionados
- iSkin CERULEAN X1 Premium Earphones With Apple iPhone Adapter iSkin CERULEAN X1 prima auriculares con adaptador Apple iPhone
- Apple Ranked Number Third as World’s Largest Smartphone Manufacturer Apple clasificó como tercer número más grande del mundo fabricante Smartphone
- Purchase Future Shop’s Products Directly On BlackBerry Smartphones Compra futura tienda de productos directamente en los teléfonos inteligentes de BlackBerry
- Loopt Now Available For BlackBerry with iPhone 3G Version Coming Soon Loopt ahora disponible para BlackBerry con iPhone 3G versión Pronto
- First New Dual-Mode Cellular and Wi-Fi BlackBerry 8820 Primera Nueva Dual-Mode celular y Wi-Fi BlackBerry 8820
- iPhone Firmware Software Update Version 1.0.2 iPhone Software Update Firmware Version 1.0.2
- New V-Moda Vibe Duo Headphone For iPhone Nueva V-Moda Vibe dúo de auriculares para el iPhone
- Napster Mobile Coming to US Napster Mobile próximos a EE.UU.
- Latest Apple iPhone Competitive Data Últimas Apple iPhone competitiva de datos
- iPhone Developer Guide Guía para iPhone





