mrchandoo / cordova-plugin-decimal-keyboard

Cordova plugin to show decimal keyboard on iPhones
Apache License 2.0
37 stars 71 forks source link

Numeric Pad does not show up in iOS >= 12.2 #29

Open UDTDR opened 5 years ago

UDTDR commented 5 years ago
Bildschirmfoto 2019-06-14 um 09 52 31

Need help please, thanks

Html Code:

<ion-input #inputs *ngIf="item.Type == 'Currency' && currentPlatform == 'ios'" [(ngModel)]="item.FieldValue" [ngModelOptions]="{standalone: true}" float-left [type]="currentPlatform == 'android' ? 'text' : 'text'" pattern="[0-9]*" inputmode="numeric" decimal="true" allow-multiple-decimals="false" decimal-char="," (click)='openCurrencyClick()'> </ion-input>

mrchandoo commented 5 years ago

the plugin doesnt work with angular or ion controls, try using a normal HTML control such as input:text