为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

why my web page on android browser does not behave as desktop browser?

more options

my website piratetransfer.com has a simple reservation form. It works as it's supposed to in desktop and mobiles browsers but firefox for android. this surprises me a lot because for coding my web page I only use firefox fo desktop, and it is not up to date.

the form is supposed to display a drop-down menu when you are typing on the "pick up place" and "drop off place" inputs. I'm using the (list="datalist-tag-id" autocomplete="off") attributes in the input tag. the options are loaded with java-script after the page loads.

I repeat this works just fine for all the web browsers but Firefox for android latest version.

I hope you have a solution to this because I hate google chrome, but I need my customers to be able to use my site.

my website piratetransfer.com has a simple reservation form. It works as it's supposed to in desktop and mobiles browsers but firefox for android. this surprises me a lot because for coding my web page I only use firefox fo desktop, and it is not up to date. the form is supposed to display a drop-down menu when you are typing on the "pick up place" and "drop off place" inputs. I'm using the (list="datalist-tag-id" autocomplete="off") attributes in the input tag. the options are loaded with java-script after the page loads. I repeat this works just fine for all the web browsers but Firefox for android latest version. I hope you have a solution to this because I hate google chrome, but I need my customers to be able to use my site.

由jackelantidoto于修改

所有回复 (4)

more options

Hi

This sounds more like a web development query than a question about Firefox for Android. I recommend that you ask the experts at Stack Overflow.

more options

then what kind of support is this? the kind try to reset your wifi support... and if you did then reset it again...

more options

Is this example work for you on android? https://codepen.io/anon/pen/NZexBR

more options

Thanks TyDraniu, ti didn't solve the problem but helped me understanding.

now I understand that if I set autocomplete ='off' is the issue. in the desktop browser works as expected but for android is an other result