iPhone ウェブサイトを作成する際に、新規にウインドウを開いて外部サイトへ誘導する時やイベントを他のアプリに渡す場合にユーザにお知らせするユーザインターフェイスは大切ですよね。それも簡単に実装できるとなると使わない手はないです。
<a onclick="return confirm('メールソフトが起動します');" href="mailto:email@example.com" >電子メール</a>
ただ、あまり使いすぎるとうるさい仕様になるので程々に。
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
Currently you have JavaScript disabled. In order to post comments, please make sure JavaScript and Cookies are enabled, and reload the page. Click here for instructions on how to enable JavaScript in your browser.
iPhoneサイトでダイアログを表示する
iPhone ウェブサイトを作成する際に、新規にウインドウを開いて外部サイトへ誘導する時やイベントを他のアプリに渡す場合にユーザにお知らせするユーザインターフェイスは大切ですよね。それも簡単に実装できるとなると使わない手はないです。
ただ、あまり使いすぎるとうるさい仕様になるので程々に。
こちらも合わせてどうぞ