Android : TYPE_CLASS_PHONE keypad issue

Ali Hasanzade

I want to show a kepyad only with following numbers and characters: *0123456789# , but when I am using

accessCodeEditText.setInputType(InputType.TYPE_CLASS_PHONE);

I have some another characters like +WNP()/-,. , how can I hide this extra characters from keypad?

Sajad Garshasbi

change your EditText in xml file to:

<EditText
    .
    .
    .
android:inputType="phone" />

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Is there a keypad widget for Android?

From Dev

Find letter combination on phone keypad

From Dev

Find letter combination on phone keypad

From Dev

android:digits not allowing next button in keypad

From Dev

Dynamically disable keypad popup in android studio for an EditText

From Dev

The screen gets jumbled when the keypad opens in android

From Dev

periods not available in keypad to enter in edittext in android

From Dev

MGWT app showing keypad issue in ios7

From Dev

Dell Lattitude 5490, issue with keypad clicks with Debian 9

From Dev

Creating JavaScript Phone Keypad with Alphabet for SMS

From Dev

Creating JavaScript Phone Keypad with Alphabet for SMS

From Dev

Hide keypad in android while touching outside Edit Text Area

From Dev

Android keypad view is in front of the EditText when touched to edit

From Dev

Is there any issue with Calendar class in android?

From Dev

Android: Redundancy issue in datahelper class

From Dev

Android Kotlin class reified issue

From Dev

How to Type Multilingual Characters in Windows Mobile Device by Device Keypad

From Dev

how i change my keypad for type mail-id?

From Dev

Restricting android app to phone only issue

From Dev

Restricting android app to phone only issue

From Dev

Android Detecting type of Internet Connection issue

From Dev

How to play user dial pad tone on my custom keypad press in android?

From Dev

How to Have Drupal WebForm phone number input show a keypad on a mobile device

From Dev

Android Can Not Install APK On Phone,SDK Target Issue

From Dev

Pointer issue? This issue? class issue?

From Dev

What is cause for this issue "Cannot convert argument of type class org.json.JSONArray" in react-native android?

From Dev

Opening Keypad with GO

From Dev

Hiding Keypad within Fragment

From Dev

Calculator keypad layout with flexbox

Related Related

  1. 1

    Is there a keypad widget for Android?

  2. 2

    Find letter combination on phone keypad

  3. 3

    Find letter combination on phone keypad

  4. 4

    android:digits not allowing next button in keypad

  5. 5

    Dynamically disable keypad popup in android studio for an EditText

  6. 6

    The screen gets jumbled when the keypad opens in android

  7. 7

    periods not available in keypad to enter in edittext in android

  8. 8

    MGWT app showing keypad issue in ios7

  9. 9

    Dell Lattitude 5490, issue with keypad clicks with Debian 9

  10. 10

    Creating JavaScript Phone Keypad with Alphabet for SMS

  11. 11

    Creating JavaScript Phone Keypad with Alphabet for SMS

  12. 12

    Hide keypad in android while touching outside Edit Text Area

  13. 13

    Android keypad view is in front of the EditText when touched to edit

  14. 14

    Is there any issue with Calendar class in android?

  15. 15

    Android: Redundancy issue in datahelper class

  16. 16

    Android Kotlin class reified issue

  17. 17

    How to Type Multilingual Characters in Windows Mobile Device by Device Keypad

  18. 18

    how i change my keypad for type mail-id?

  19. 19

    Restricting android app to phone only issue

  20. 20

    Restricting android app to phone only issue

  21. 21

    Android Detecting type of Internet Connection issue

  22. 22

    How to play user dial pad tone on my custom keypad press in android?

  23. 23

    How to Have Drupal WebForm phone number input show a keypad on a mobile device

  24. 24

    Android Can Not Install APK On Phone,SDK Target Issue

  25. 25

    Pointer issue? This issue? class issue?

  26. 26

    What is cause for this issue "Cannot convert argument of type class org.json.JSONArray" in react-native android?

  27. 27

    Opening Keypad with GO

  28. 28

    Hiding Keypad within Fragment

  29. 29

    Calculator keypad layout with flexbox

HotTag

Archive