Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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

  • 4 ответа
  • 1 имеет эту проблему
  • 10 просмотров
  • Последний ответ от jackelantidoto

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