我正在使用 Rhomobile (Ruby) 编写一个聊天应用程序。我正在使用javascript来实现这一点。是否有可能激活电话上已经存在的 T9 字典的使用,以便 textarea (newmsg_body) 发送消息?
<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 Talk 也使用这个。我想要相同的功能。
谢谢 !