2

I have a website with an html form (PHP server side). When I tab through the fields using the prev/next button on the iPhone the "radio group" gets skipped. However, text fields, lists and buttons get selected. Is it possible to enable a radio group to be selected using prev/next buttons?

Or should I change this from a "radio group" to something like a list menu?

Thanks!

4

1 に答える 1

1

前のボタンと次のボタンでラジオ ボタンを選択することはできません。代わりに、iOS ユーザー エージェントを検出し、ラジオ ボタンをカスタム選択コントロールに置き換える必要があります。(または、ラジオ ボタンを完全に削除します。)

詳細情報とコード サンプルは、http: //developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/DesigningForms/DesigningForms.html#//apple_ref/doc/uid/TP40006512-SW1にあります。

于 2012-12-19T01:12:46.287 に答える