你好人#1,type =「search」可以在PC上使用,但不能在iPhone上使用?
背景:
我建立一個私密的搜索引擎在motherpipe.co.uk。我在搜索框中添加了功能,允許用戶在搜索框右側的X上點擊一次,就可以刪除他們寫的文本。這是通過添加HTML5功能type =「search」來完成的。
問題:
該代碼適用於PC,但不適用於Iphone和Ipad。 X不顯示。見https://motherpipe.co.uk/mobile/。
問:
什麼我需要改變去出現,並在iOS上的Safari正常工作的X?
任何幫助非常感謝。當前HTML:
<form name="searchform" id="theform" action="search.php" method="GET" />
<input type="search" id="tag" class="textbox" name="q" autocomplete="off"/>