c# - How to add x-webkit-speech tag to ASP: TextBox -
i add x-webkit-speech attribute input boxes on asp.net site. how add attribute x-webkit-speech
<input id="uxtextinput" value="" x-webkit-speech>
uxtextinput.attributes.add("x-webkit-speech", "x-webkit-speech");
web-kit should recognize that
Comments
Post a Comment