我的应用程序是古代文本的全文搜索界面。输入总是一个古老的词。 iPad Safari坚持指出它没有正确拼写 - 对于现代英语,它不是。
Chrome尊重这一点,iPad Safari不会:
<input type="text" spellcheck="false" >
Safari有类似的东西吗?我认为用户可以在iPad上全局关闭拼写检查,但他们不应该这样做才能使用我的网络应用程序。
<RANT>
I'm getting pretty fed up with all of this "built-in so-called intelligence" which is based
on a very narrow set of assumptions about what the user is actually doing with the browser.
</RANT>
哈姆雷特对霍雷肖说:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
答案 0 :(得分:2)
找到:autocorrect = off
答案 1 :(得分:0)
听起来好像Safari 3中最初不支持'拼写检查'属性(来自错误罚单http://bugs.webkit.org/show_bug.cgi?id=14552)。
但它看起来好像是在后续版本中修复它 - 我可以看到它在我的桌面版4.0.5上运行正常。
我的猜测是Safari的iPad版本不是最新版本,但我认为它很快就会到来!
答案 2 :(得分:0)
您是否尝试过指定您期望的输入语言?
<input type="text" lang="enm">
Enm是中古英语(1100-1500),或者你可以尝试ang,这是古英语(约450-1100)。我期待iPad也没有字典,但你永远不会知道。 Full list of tags is here,introduction to language tags here。