简体   繁体   中英

Samsung keyboard issue comma is not showing

在此输入图像描述

I am trying to show comma when user click on edittext but it is not showing in samsung devices except it it is working but not showing comma i have assign inputvalue is 0123456789, in xml as well as in java code(Activity) also and input type is

 android:digits="0123456789,"
android:inputType="numberDecimal"

please change

android:digits="0123456789," 
android:inputType="numberDecimal"

with this

android:inputType="phone" android:digits="0123456789,"

It will show and accept, on symbol hope this answer will help you

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM