Make Website and WebApp Compatible with iPhone and Blackberry Webアプリケーションと互換性をウェブサイトやイメージとブラックベリー
Most websites and web pages will be compatible and work fine on iPhone and 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.しかし、それはまだ可能なウェブサイトを作るの他の支援、アップルのイメージを用意して友好を与えるイメージについての情報を他のウェブページでどのようにすべきであるブラウザに表示されるイメージです。 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.横には、ウェブサイトの機能をエミュレートすることをしようと、ビルトインのイメージキャンバスなどのアプリケーションを使用しwebappsか、 ajaxの機能と制限するには、ページのサイズを320 × " 480 px (または480 × 320px )にするのが良いイメージとブラックベリーの互換性を確保を確保するために、ページのレンダリングや形式が正しいと問題を避けるために特定のウェブページやアプリケーションなどの適切なときに回転させると、 Safariブラウザのスケーリングズームアウトします。
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.する最良の方法の1つ1つの行を変更するだけのウェブサイトを作るのウェブサイトやウェブアプリケーションのコーディングをサポートして、イメージとブラックベリーのPDAはビューポートのサイズを電話で確認電話は、全体のページをご覧ください。 To do so, simply add the following line to the HTML HEAD section of the web page:これを行うには、単純に次の行を追加してHTMLの頭を参照してウェブページ:
<meta name=”viewport” content=”width=320″ /> <meta name="viewport" content="width=320" />
viewport is visual formatting model for visual media inビューポートの書式は、視覚的にモデルを視覚メディアによる 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).仕様が、ここは、他の表示領域は、ウィンドウまたは画面上のドキュメントを通して、どのユーザーに相談する(意味部分には、画面ことをお詫び申し上げます実際に見て) 。 User agents may change the document’s layout when the viewport is resized.ユーザーエージェント年5月文書のレイアウトを変更するときにビューポートのサイズが変更されます。 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.その他のパラメータに適用さビューポート含まれて初期-スケール、ユーザにスケーラブルな、最小規模と、最大の規模ですることができます。お客様のウェブサイトに適合するよう努力をしてイメージとブラックベリー表示エリアです。 The example of usage:この例の利用方法:
<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:ミックスすることができます。 uを使用したいの設定を1つのメタHTMLコードすることもできます:
<meta name=”viewport” content=”width=320,user-scalable=false” /> <meta name="viewport" content="width=320,user-scalable=false" />
IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. 重要:あなたが読んで、機械翻訳ページで提供"現状有姿"を保証します。 Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible.とは異なり、人間の翻訳、機械翻訳の文法を理解していない、意味、構文、慣用句の自然言語は、このように頻繁に不正確な生産と低品質のテキストの上では誤解を招くとは理解し難いものです。 Thus, please refer toしたがって、参照してください。 original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
MDL blog postings now continue at今すぐブログ投稿を続けるmdl Tip and Trick ヒントとトリック , and readers are welcome to joinし、読者は歓迎に参加する My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- iSkin CERULEAN X1 Premium Earphones With Apple iPhone Adapter紺碧iskinアップルのイメージアダプタx1プレミアムイヤホン
- iPhone Firmware Software Update Version 1.0.2イメージのファームウェアバージョン1.0.2のソフトウェア更新プログラム
- New V-Moda Vibe Duo Headphone For iPhone新しいv - modaバイブデュオヘッドフォンのイメージ
- Napster Mobile Coming to US米ナップスター社の携帯に来て
- First New Dual-Mode Cellular and Wi-Fi BlackBerry 8820最初の新しいデュアルモード携帯電話とWi -私ブラックベリー8820
- iPhone Developer Guideイメージ開発者ガイド
- Latest Apple iPhone Competitive Data競争力のイメージデータを最新のアップル
- New Ultimate Ears SUPER.Fi 4vi iPhone-Compatible Earphones Featuring Voice Integration新しいイメージと互換性4vi super.fi究極の耳イヤホンは音声統合
- New RadTech ProCable iPhone Headset (Excerpt)新しいイメージradtech procableヘッドセット(抜粋)
- Guideline for Apple iPhone’s Developersアップルのイメージの開発者のための指針
































