iOS forces rounded corners and glare on inputs

后端 未结 6 1775
礼貌的吻别
礼貌的吻别 2020-11-29 17:29

iOS devices add a lot of annoying styles on form inputs, particularly on input[type=submit]. Shown below are the same simple search form on a desktop browser, and on an iPad

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 17:59

    For the submit button don't use:

    
    

    Instead use the button tag:

    
    

    This worked for me.

提交回复
热议问题