Form fields not clickable on tablets

Associate
Joined
19 Jul 2006
Posts
1,847
I am having a problem with a form I made in rails it works fine on a computer.
But on a ipad you can click on the first row of cells and you can click in them and the keyboard comes up and you can enter data, if you click on the second row the keyboard disappears and you cant get into the fields. However if your on the first row then you can use the up and down arrow on the keyboard to move between fields.


Here is a codepen of the generated code http://codepen.io/anon/pen/reJoeX I cant show you the proper code as its behind a log in.
On the site after the handicap field the next set of player data starts on a new line.

Is there anything I am missing?

Cheers
 
Which iOS is the iPad running? Using safari?

Seems to work fine on mine.

Is your iPad working on the codepen version? If so there's little I can think of to tell what's going on.

Maybe add an account for us to check the live version?
 
Last edited:
Not at all.

As long as the code is identical should be able to find the issue.

Since it's not the form itself(assuming that's a copy) then it has to be a background service.
 
Mynight and meandu229 may I trust you an demo account as im having trouble deploying a demo site
 
Last edited:
Mynight and meandu229 may I trust you an demo account as im having trouble deploying a demo site

Yeah if you get it over to me before 5 ill check today. If not it will be Monday as I dont have ipads at home. Got a few ipod touches with various ios versions on we use to test also.
 
Yeah if you get it over to me before 5 ill check today. If not it will be Monday as I dont have ipads at home. Got a few ipod touches with various ios versions on we use to test also.

Issue appears on iphones/ipods as well. Pretty sure it's an issue with the CSS rather than the form itself.

Cant seem to find a fix for it yet.
 
Back
Top Bottom