Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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