2月 24, 2011
[iphone][android]メールや電話などのリンク
確認した端末は、iphone 3GS(os:iOS4)とHTC Aria S31HT(os:android2.2)です。
▼SMS
<a href=”sms:メールアドレス”>SMS</a>
▼メール
<a href=”mailto:メールアドレス”>mail</a>
▼電話
<a href=”tel:電話番号”>tel</a>
▼Youtube
<a href=”動画URL”>youtube</a>
例)
<a href=”http://www.youtube.com/watch?v=cbI0r0CIT18″>youtube</a>
※android:「Youtube」または「ブラウザ」で開くかアプリケーションの選択があります。
※iphone:Youtubeのアプリケーションで開きます。
▼google MAP
http://maps.google.com/maps?q=「緯度・経度」や「住所・地名」
例1:住所・地名)
<a href=”http://maps.google.com/maps?q=横浜駅”>google MAP</a>
例2:緯度・経度)
<a href=”http://maps.google.com/maps?q=http://maps.google.co.jp/maps?q=35.466084,139.62224″>google MAP</a>
※android:「マップ」または「ブラウザ」で開くかアプリケーションの選択があります。
※iphone:google mapのアプリケーションで開きます。
▼google MAP(経路)
1.車の経路
1.車の経路
<a href=”http://maps.google.com/maps?saddr=出発点&daddr=到着点&dirflg=d”>車の経路</a>
※パラメータのdirflg=dが「車」設定
2.徒歩の経路
<a href=”http://maps.google.com/maps?saddr=出発点&daddr=到着点&dirflg=w”>徒歩の経路</a>
※パラメータのdirflg=wが「徒歩」設定
▼iTunesフロントページ
<a href=”itms://phobos.apple.com/storeFront”>iTunes</a>
※android:「ページがありません」Not Foundエラー