Make Website and WebApp Compatible with iPhone and Blackberry Faça Website e webapp Compatível com iPhone e Blackberry
Most websites and web pages will be compatible and work fine on iPhone and Blackberry. A maioria dos sites e páginas da web e de trabalho será compatível com multa iPhone e 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. No entanto, ainda é possível tornar os sites mais solidários, pronta e amigável para a Apple iPhone, dando mais informações sobre o modo como o iPhone a página deve ser exibida no navegador iPhone. 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. Ao lado, para os sites que tentam imitar a funcionalidade do espaço construído, em aplicações como o iPhone webapps que usam Canvas, AJAX funcionalidade e limitar o tamanho da página, para 320 × 480px (ou 480 × 320px), é melhor Blackberry iPhone e garantir a compatibilidade para assegurar que a página é prestado e formatados corretamente e evitar problemas tais como a página da Web ou aplicação não escamação correctamente quando rodar navegador Safari e zoom out.
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. Uma das melhores maneira com apenas uma linha mudança codificação para tornar a Web site web site e app apoio iPhone e Blackberry é por dizer o PDA telefone do viewport tamanho da página global. To do so, simply add the following line to the HTML HEAD section of the web page: Para fazer isso, basta adicionar a seguinte linha ao HTML seção HEAD da página da web:
<meta name=”viewport” content=”width=320″ /> <META name="viewport" content="width=320" />
viewport is visual formatting model for visual media in viewport é modelo para formatação visual na mídia visual CSS 2.1 CSS 2,1 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). especificação, quando se trata de uma janela ou outra área visível na tela através da qual os usuários consultem um documento (média de parte da tela que você está vendo na verdade). User agents may change the document’s layout when the viewport is resized. Os agentes do utilizador pode mudar o layout do documento quando o viewport é redimensionado. 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. Outros parâmetros aplicáveis para incluir viewport inicial escala, user-escalável, de dimensão mínima e, no máximo, escala onde você pode tentar fazer o seu site se encaixe em vista iPhone e BlackBerry área. The example of usage: O exemplo do 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: Você pode misturar a fixação u deseja usar em um único código HTML META tais 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: Esta é uma página traduzida máquina que é fornecida "como está" sem garantia. Machine translation may be difficult to understand. A tradução automática pode ser difícil de compreender. Please refer to Por favor, consulte a original English article Inglês original article whenever possible. sempre que possível.
Share and contribute or get technical support and help at Compartilhe e contribuir ou obter suporte técnico e ajudar a My Digital Life Forums Minha vida digital Fóruns .
Related Articles Artigos relacionados
- iSkin CERULEAN X1 Premium Earphones With Apple iPhone Adapter iSkin CERULEAN x1 prémio auriculares com a Apple iPhone adaptador
- Apple Ranked Number Third as World’s Largest Smartphone Manufacturer Apple número terceiro classificado como o maior do mundo fabricante Smartphone
- Purchase Future Shop’s Products Directly On BlackBerry Smartphones Futuro da loja comprar produtos diretamente com smartphones Blackberry
- Loopt Now Available For BlackBerry with iPhone 3G Version Coming Soon Loopt agora disponível para BlackBerry com iPhone 3G versão Brevemente
- First New Dual-Mode Cellular and Wi-Fi BlackBerry 8820 Primeiro New Cellular Dual-Mode e Wi-Fi Blackberry 8820
- iPhone Firmware Software Update Version 1.0.2 iPhone Software Update Firmware Versão 1.0.2
- New V-Moda Vibe Duo Headphone For iPhone Nova V-Moda Vibe Duo auscultadores para iPhone
- Napster Mobile Coming to US Napster Mobile próximos a E.U.
- Latest Apple iPhone Competitive Data Últimas Apple iPhone competitiva dados
- iPhone Developer Guide iPhone Guia do desenvolvedor















