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

Support for Ionic 3 #3

Open
rupalpatel0008 opened this issue Jun 1, 2017 · 10 comments
Open

Support for Ionic 3 #3

rupalpatel0008 opened this issue Jun 1, 2017 · 10 comments

Comments

@rupalpatel0008
Copy link

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.

@kaiukdevelopment
Copy link

+1

@zbarbuto
Copy link

Install directly from cordova:

cordova plugin add cordova-plugin-decimal-keyboard --save

@mrchandoo
Copy link
Owner

cordova plugin add cordova-plugin-decimal-keyboard --save
This doesnt support Android and also the images on the cordova plugin doesnt show up, can you please clean it if you are publishing on plugins site ?

@zbarbuto
Copy link

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:
https://www.npmjs.com/~saquib777

@mrchandoo
Copy link
Owner

ok thanks @zbarbuto

@jegodard
Copy link

Hi, I have the same issue with ionic.
Do you know an alternative to have a numeric keyboard with decimal?

@Ratnadeep31
Copy link

Ratnadeep31 commented Sep 4, 2018

Even after installing cordova plugin add cordova-plugin-decimal-keyboard --save library I am unable to get decimal point symbol on the number pad after using decimal=true attribute in input html tag. Can anyone please help me out how to use this library? Doesn't this works with ion-input tag in ionic 3?

@mrchandoo
Copy link
Owner

@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

@kirtipriya
Copy link

kirtipriya commented Nov 14, 2018

the app crashes when i click on the input (ionic 3 app) in ios

@midhunadarvin
Copy link

Does anybody have a solution for Ionic 3. It crashes on input click and the decimal point doesn't show up.

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

8 participants