Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numeric Keyboard does not show up in Android #14

Open
junerockwell opened this issue Jan 25, 2018 · 0 comments
Open

Numeric Keyboard does not show up in Android #14

junerockwell opened this issue Jan 25, 2018 · 0 comments

Comments

@junerockwell
Copy link

junerockwell commented Jan 25, 2018

Below is the code for the input[type=text]. The keyboard works as expected on iOS, but it does not show up on Android. Therefore, I can type any character from the keyboard (non-numericals and decimal point).

<input
      type="text"
      pattern="[0-9]*"
      decimal="true"
      [attr.placeholder]="field.placeholder"
      [formControlName]="field.name" />

See Screenshot:
screenshot_20180125-082402

Android Device: Samsung Galaxy S6
Android version: 7.0
Cordova: v6.5.0
AngularJS: v5 with Ionic 3.x
Cordova-Android: v6.1.2
Cordova-iOS: v4.3.1

Please make an Android compatible one. This repo seems to only have one for iOS but there is nothing for Android. The community would appreciate it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant