skol-pro / ion-digit-keyboard-v2

A digital keyboard plugin to use in Ionic 2 applications.
MIT License
94 stars 40 forks source link

Doesn't Work #5

Open charliecliff opened 7 years ago

charliecliff commented 7 years ago

Followed your instructions in the Read Me file.

Does not work as advertised.

Key board cannot show or hide.

skol-pro commented 7 years ago

Maybe you missed this part:

CAUTION - In case no event is fired, be sure your browser Mobile Emulation is turned ON, since the keyboard is using the touchend event.

skol-pro commented 7 years ago

Hi charliecliff,

Did you managed to make it working ?

mindhells commented 7 years ago

I've added tappable attribute into the touchend event binded div's and changed touchend event for click. This makes it work both on device and browser. Hope it helps.