Ionic Digital Keyboard

Ionic Digital Keyboard

A digital/numeric keyboard component for your Ionic apps

Free!

(4)
Vincent Letellier

Vincent Letellier

Member since 2015

Details

Version:
1.0.0
Size:
0mb
Ionic:
1.0 beta 14,1.0.0,1.0.1
Platforms:
iOS, Android, Windows Phone
View ID:
462C870C
Released:
8 years ago
Updated:
7 years ago
Category:
Plugins
Tags:
digital, numeric, key, keyboard, number, log, login, sms, lock, lockscreen, dial, pass, code, call

Version for Ionic 2 is out !

A digital keyboard for apps build using the Ionic framework.

Go to the Ionic Digital Keyboard Github project for in depth documentation, download and tutorials.

Hey there! You'll need to log in before you can leave a comment here.

Noodlio

Noodlio   ·   8 years ago

nice!!

Jerome3120

Jerome3120   ·   8 years ago

Excellent man ! I'm not very used to GitHub, should I pick the .min.js under the dist directory ?

Juan David Nicholls

Juan David Nicholls   ·   8 years ago

Beautiful! :D

Vincent Letellier

Vincent Letellier   ·   8 years ago

@Jerome3120: Exactly, that's the right one ! @Juan: He he thank you. :-)

stan

stan   ·   8 years ago

When I wrap directive like this <div ng-controller="keyboardController"> <ion-digit-keyboard ng-show="keyboardService.visible" settings="keyboardService.settings"></ion-digit-keyboard> </div> It can not find any in parent element to resize. In my case - have to change to parentElement.parentElement

Vincent Letellier

Vincent Letellier   ·   8 years ago

@stan: Indeed, it looks for an adjacent element under the same parent. In your case, wrapping it won't actually work. I'll make an update. Thank you for the report ! :-)

chetan

chetan   ·   8 years ago

Your plugin not work in ios. my app is cresh by memory leak . i find memory leak js is your plugin js file what to do now. plz help me

Vincent Letellier

Vincent Letellier   ·   8 years ago

Hi Chetan ! Please create an new issue on the plugin gihub repo, with as much details as you can !

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Berat

Berat   ·   8 years ago

hey can we add a dot "." to this plugin ?

Vincent Letellier

Vincent Letellier   ·   8 years ago

Hi Berat ! You already can, take a look at turorials on the Git repository if you have any doubt !

Berat

Berat   ·   8 years ago

I took a look the tutorials but couldn't find how to add a dot. Can you help me please ? Thanls

Vincent Letellier

Vincent Letellier   ·   8 years ago

Simple example: leftButton: { html: '.', action: function() { $scope.numbers += '.'; } }

Berat

Berat   ·   8 years ago

Thank you so much! I am asking too many questions but forgive me. If I add to '.' left button and rightbutton for erase, I cant close the keyboard. I mean there are two action buttons. I need some upper button like 'done'

Vincent Letellier

Vincent Letellier   ·   8 years ago

Hi Berat ! I created a ticket on the git repository to add this kind of top action bar: https://github.com/skol-pro/ion-digit-keyboard/issues/3

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Polo Ma

Polo Ma   ·   8 years ago

Will there be a ion-digit-keyboard for Ionic 2?

Vincent Letellier

Vincent Letellier   ·   8 years ago

Hi Polo Ma ! Yes it's planned ! :-)

Vincent Letellier

Vincent Letellier   ·   7 years ago

Version 2 is out ;-) http://market.ionic.io/plugins/ionic-2-digital-keyboard

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Polo Ma

Polo Ma   ·   8 years ago

Will there be a ion-digit-keyboard for Ionic 2?

Vincent Letellier

Vincent Letellier   ·   8 years ago

Hi Polo Ma ! Yes it's planned ! :-)

Vincent Letellier

Vincent Letellier   ·   7 years ago

Version 2 is out ;-) http://market.ionic.io/plugins/ionic-2-digital-keyboard

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Berat

Berat   ·   8 years ago

hey can we add a dot "." to this plugin ?

Vincent Letellier

Vincent Letellier   ·   8 years ago

Hi Berat ! You already can, take a look at turorials on the Git repository if you have any doubt !

Berat

Berat   ·   8 years ago

I took a look the tutorials but couldn't find how to add a dot. Can you help me please ? Thanls

Vincent Letellier

Vincent Letellier   ·   8 years ago

Simple example: leftButton: { html: '.', action: function() { $scope.numbers += '.'; } }

Berat

Berat   ·   8 years ago

Thank you so much! I am asking too many questions but forgive me. If I add to '.' left button and rightbutton for erase, I cant close the keyboard. I mean there are two action buttons. I need some upper button like 'done'

Vincent Letellier

Vincent Letellier   ·   8 years ago

Hi Berat ! I created a ticket on the git repository to add this kind of top action bar: https://github.com/skol-pro/ion-digit-keyboard/issues/3

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

chetan

chetan   ·   8 years ago

Your plugin not work in ios. my app is cresh by memory leak . i find memory leak js is your plugin js file what to do now. plz help me

Vincent Letellier

Vincent Letellier   ·   8 years ago

Hi Chetan ! Please create an new issue on the plugin gihub repo, with as much details as you can !

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Vincent Letellier

Vincent Letellier   ·   8 years ago

@stan: Indeed, it looks for an adjacent element under the same parent. In your case, wrapping it won't actually work. I'll make an update. Thank you for the report ! :-)

stan

stan   ·   8 years ago

When I wrap directive like this <div ng-controller="keyboardController"> <ion-digit-keyboard ng-show="keyboardService.visible" settings="keyboardService.settings"></ion-digit-keyboard> </div> It can not find any in parent element to resize. In my case - have to change to parentElement.parentElement

Vincent Letellier

Vincent Letellier   ·   8 years ago

@Jerome3120: Exactly, that's the right one ! @Juan: He he thank you. :-)

Juan David Nicholls

Juan David Nicholls   ·   8 years ago

Beautiful! :D

Jerome3120

Jerome3120   ·   8 years ago

Excellent man ! I'm not very used to GitHub, should I pick the .min.js under the dist directory ?

Noodlio

Noodlio   ·   8 years ago

nice!!

Hey there! You'll need to log in before you can leave a rating here.

James Pierce   ·     ·   8 years ago

Awesome plugin, wasn't expecting that good ! Customizable, easy to implement, nice design, etc.

Kevin Siguel   ·     ·   8 years ago

Thank you ! Exactly what I was looking for, and FREE ! :D

stan   ·     ·   8 years ago

Fine, really like it

FabRize   ·     ·   7 years ago

Just perfect !!!

  ·     ·   just now

{{ rating.comment }}

  ·     ·   just now

{{ rating.comment }}

FabRize    ·     ·   7 years ago

Just perfect !!!

stan    ·     ·   8 years ago

Fine, really like it

Kevin Siguel    ·     ·   8 years ago

Thank you ! Exactly what I was looking for, and FREE ! :D

James Pierce    ·     ·   8 years ago

Awesome plugin, wasn't expecting that good ! Customizable, easy to implement, nice design, etc.