Mathachew / jquery-autotab

A jQuery plugin that provides auto tabbing and filtering on text fields in a form
http://autotab.mathachew.com/
366 stars 98 forks source link

Auto tab not working in Samsung internet browser galaxy s4 #88

Open owlyowl opened 9 years ago

owlyowl commented 9 years ago

Hi I can't seem to get autotab working on an s4 using the native internet browser. Just wondering if you could test please?

I've tried with text and tel (which is what I'm trying to auto tab on)

Taurolyon commented 9 years ago

TEL has been addressed in issue #75

Is this only the native browser, or have you tried different browsers (Chrome Mobile/Firefox Mobile)?

owlyowl commented 9 years ago

Chrome mobile and firefox mobile both work perfectly.

The main reason I was concerned about Samsung internet browser is that they have such a massive market share

On 19 August 2015 at 17:20, Taurolyon notifications@github.com wrote:

TEL has been addressed in issue #75 https://github.com/Mathachew/jquery-autotab/issues/75

Is this only the native browser, or have you tried different browsers (Chrome Mobile/Firefox Mobile)?

— Reply to this email directly or view it on GitHub https://github.com/Mathachew/jquery-autotab/issues/88#issuecomment-132472500 .

Tom Fulcher Creative Designer and Developer

[image: Envoy]

Envoy Advanced Technologies Pty Ltd Level 1, 194 Miller St, North Sydney NSW 2060

Mobile Apps | Software Development | Custom Applications | Fully Managed Hosting

http://www.envoyat.com | m: 0403 316 714 | p: +61 2 8097 7328 | skype: thomen12


This email and any attachment is only intended for the use of the individuals or entities to whom it is addressed and may contain confidential, privileged information. If the reader of this information is not the addressee, please be advised that any dissemination, distribution or copying of this email is strictly prohibited. If you receive this communication in error, please return this email to Envoy Advanced Technologies at the above email address and delete it from your files. Thank you.

Mathachew commented 8 years ago

@owlyowl Uber late reply, I apologize. Unfortunately I don't have access to a phone that can use the Samsung browser. When using a text field, what problems are you seeing?

skotz commented 8 years ago

I have the same issue (Galaxy S4, Chrome 47.0.25267.83, Android 4.2.2). I've traced it to the fact that the keyPress event is deprecated and doesn't seem to be implemented in Chrome mobile.

This event fires on desktop, but does nothing on my phone: https://jsfiddle.net/wzpq0us7/

https://github.com/Mathachew/jquery-autotab/blob/master/js/jquery.autotab.js#L579 https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keypress https://developer.mozilla.org/en-US/docs/Web/Events/keypress

Related to issue #44