Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 android/ios 混合应用程序打开数字键盘。我试过下面的代码,但它不工作 -
<input type="password" pattern="[0-9]*" inputMode="numeric" />