-
Notifications
You must be signed in to change notification settings - Fork 71
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
Support for Ionic 3 #3
Comments
+1 |
Install directly from cordova:
|
cordova plugin add cordova-plugin-decimal-keyboard --save |
I didn't publish it. I just found it there today whilst trying to fix the same issue the OP was having. Suggest you contact the person that published it: |
ok thanks @zbarbuto |
Hi, I have the same issue with ionic. |
Even after installing |
@Ratnadeep31 ion-input is a ionic directive/component, i havent tested the same with that, see the example, it uses plain html control, try to do the same it should work you |
the app crashes when i click on the input (ionic 3 app) in ios |
Does anybody have a solution for Ionic 3. It crashes on input click and the decimal point doesn't show up. |
Hi, I am trying to use this plugin in my ionic project but I am not able to install it via git or npm. I am getting this error:
Error: Failed to fetch plugin https://github.com/mrchandoo/cordova-plugin-decimal-keyboard.git via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: npm: Command failed with exit code 235 Error output:
npm ERR! addLocal Could not install /var/folders/zh/5d6k2ws56577nmhglzlqvlcm0000gr/T/npm-14120-349e849e/git-cache-242c921f/3a87e5935437fba77b260b6a1946a8392eea830d
npm ERR! Darwin 16.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "https://github.com/mrchandoo/cordova-plugin-decimal-keyboard.git" "--save"
npm ERR! node v7.2.0
npm ERR! npm v4.1.2
npm ERR! code EISDIR
npm ERR! errno -21
npm ERR! syscall read
npm ERR! eisdir EISDIR: illegal operation on a directory, read
npm ERR! eisdir This is most likely not a problem with npm itself
npm ERR! eisdir and is related to npm not being able to find a package.json in
npm ERR! eisdir a package you are trying to install.
The text was updated successfully, but these errors were encountered: