framework7io / framework7-plugin-keypad

Keypad plugin extends Framework7 with additional custom keyboards
http://framework7.io/plugins/
MIT License
75 stars 43 forks source link

Add touchstart to list of watched events #19

Closed brian-g closed 5 years ago

brian-g commented 5 years ago

On Mobile Safari, the click event is not being fired for all touches to the keypad buttons. By responding to touchstart rather than click, all of the events are sent to the keypad buttons.

wunderkind2k1 commented 5 years ago

On Iphone X's (XR) I noticed, that sometimes its kind of impossible to type in a ',' or clear a number because both buttons are kind of overlayed by the swipe up bar. Is it possible that this is related to this MR? Maybe the "click" is not detected and this MR might help as a touch would be enough?

IMG_4737E7851F3D-1

nolimits4web commented 5 years ago

This is fixed in v3

wunderkind2k1 commented 5 years ago

I confirm. Awesome work. Thx.