如何在android 5.0(棒棒糖)中显示数字键盘

时间:2015-07-05 19:15:05

标签: javascript html5 webview android-5.0-lollipop

使用Moto G,据推测它运行的是Android 5.0,当输入(类型=数字)聚焦时,浏览器和webview显示全键盘。

这与用于显示数字键盘的Android 4.x的行为不同。

是否有一种解决方法可以欺骗Android显示数字键盘?

这是我的标记:

<input type="number" id="number1" />

1 个答案:

答案 0 :(得分:0)

如果您需要类似手机的键盘,请尝试将类型更改为@Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { wv = (WebView) rootView.findViewById(R.id.webView); ... /* Chat */ wv2 = (WebView) rootView.findViewById(R.id.webView2);

tel

我和<input type="tel" id="number1"> on this project一起使用此功能,可以使用android 5.1在nexus 5上进行确认