Jump to content

Simple buttons not showing up on android devices


phpjayx

Recommended Posts

I've tested my website out on most browsers and it works well....

 

But on the Android devices, my simple submit buttons for forms are invisible (they still function if I press in the area, but they are invisible)....... Any suggestions if there is something else I can use or how to fix this?

 

<form action="view1.php" id='form_go_to_setting' method="post">

<input value="View1" type="submit"">

Link to comment
Share on other sites

Why switch between double and single quotes for element attributes? Not wrong, just bad for reading. The extra double quote in the input element may be the problem, and you should check a doctype that fits your site to keep everything easier to manage.

 

Also, if you give a link, I could check the link on my phone.

Link to comment
Share on other sites

  • 5 weeks later...

on the Android devices, my simple submit buttons for forms are invisible (they still function if I press in the area, but they are invisible)....... Any suggestions if there is something else I can use or how to fix this?

 

Which Android devices? All of them? And do you have a link so we can analyze with Firebug?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.