tork Posted December 29, 2014 Share Posted December 29, 2014 I’ve got a well proven php-mysqli website that works perfectly on desktops. It requests the email and password on the login page, taking that data and inspecting it before processing further. I’ve designed the presentation using CSS to be responsive and it’s working well, except for .. .. when I used it on my Nexus 4 and 7 the web site appeared. I touched the menu item ‘login’ and I entered both the correct email and password. However, the application bounced back as it should if either the email or password was wrong. So I inserted PHP scripting and confirmed that the site was receiving the correct email but a wrong password. The logic is 100% proven and the data entry correct. Is there something with the google nexus (and smartphones in general) that disallows web site passwords until some parameter is set? I'm hoping a responsive website developer accommodating nexus 4 or 7 can assist here. Quote Link to comment Share on other sites More sharing options...
requinix Posted December 29, 2014 Share Posted December 29, 2014 It's great that you've decided what the problem is, but can you post your HTML and CSS and Javascript and whatever so we can see it? Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted December 29, 2014 Share Posted December 29, 2014 And how exactly is the incoming password “wrong”? What's the expected input, what's the actual input? Quote Link to comment Share on other sites More sharing options...
tork Posted December 30, 2014 Author Share Posted December 30, 2014 I made a silly error! My humble and profuse apologies guys. I was so used to entering the password on the keyboard (hundreds of times .. you know how that works) that I didn't even check the keys on the nexuses: 12 instead of qw .. :| Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.