Show 'Search' button in iPhone/iPad Safari keyboard

前端 未结 5 1046
忘掉有多难
忘掉有多难 2020-12-02 14:11

I\'ve noticed navigating in websites like Dell or Google, that typing in their search text box with iPhone, in the keyboard appears a blue button \'Search\' instead of the s

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 15:03

    having type="search" is usually all you need to make software Search keyboard appear however in iOS8 it is mandatory to have a wrapping form with action attribute.

    So the following code would have a software keyboard with “Return” button

    But this code should have blue “Search” button instead

提交回复
热议问题