作者:M-G思维_891 | 来源:互联网 | 2023-06-29 16:44
ImworkingonamobilewebsitewhichisNOTanativeiPhoneappbutratherasimplem.somedomain.co
I'm working on a mobile website which is NOT a native iPhone app but rather a simple m.somedomain.com website which is developed in c# asp.net .
我正在开发一个不是原生iPhone应用程序的移动网站,而是一个简单的m.somedomain.com网站,该网站是在c#asp.net中开发的。
Objective : On clicking one of the text boxes how do I display the numeric keyboard only ?
目标:单击其中一个文本框,如何仅显示数字键盘?
Note : The website is NOT in HTML5 and is not part of a webview inside a Native app but rather a standalone regular website
注意:该网站不是HTML5,不是Native应用程序内部的Webview的一部分,而是一个独立的常规网站
My textbox is a regular asp.net text box :
我的文本框是一个常规的asp.net文本框:
3 个解决方案