F
F
format_iai2020-09-12 12:47:51
JavaScript
format_iai, 2020-09-12 12:47:51

Chome mobile on iOS not submitting form, ideas?

Chome mobile on iOS does not submit form when keyboard is pressed on search. Rather, an error first pops up and then he sends it. In other browsers and devices everything is fine. Removed type=post, autocomlete=off, changed input name Form
code:

<div class="mod_search__wrapper">
    <form action="https://knigi-vip.ru/shop/search/result">
        <input id="search_live_input" type="text" class="mod_search__input" name="hz" placeholder="Найти книгу">
        <input type="hidden" name="setsearchdata" value="1">
        <input type="hidden" name="category_id" value="0">
        <input type="hidden" name="search_type" value="exact">
        <button id="search_live_input_submit" type="submit" class="mod_search__btn">Поиск</button>
    </form>
    <div class="mod_search_result__wrapper"></div>
</div>


5f5c98cb49238968503151.jpeg

Does anyone have any ideas?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question