Rhomobile (Ruby) を使用してチャット アプリケーションを作成しています。これを実現するためにJavaScriptを使用しています。テキストエリア (newmsg_body) でメッセージを送信するために、既に電話にある T9 辞書の使用を有効にする可能性はありますか?
<div id="inner">
<span id="inputspan"><input type="text" id="newmsg_body" /></span>
<input type="button" value="Send" id="newmsg_sendbutton" onclick="sendMessage();" />
</div>
Google トークもこれを使用します。同じ機能が欲しい。
ありがとう !