使用手机上的T9字典为自己的chatapp

时间:2012-05-02 13:24:57

标签: javascript mobile

我正在使用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也使用此功能。我想要相同的功能。

谢谢!

0 个答案:

没有答案