UIWebView doesn't detect text box on website

十年热恋 提交于 2019-12-11 16:57:03

问题


I have a UIWebview that loads the e-mail website for my school. When you log in, you can view and read mail with no problem, but if you goto compose an e-mail or reply to one, you are unable to touch inside the message text box to write your e-mail.

I thought it was a problem with the actual e-mail client my school uses, but when I goto the website on Safari I am able to touch in the message box and write an e-mail as usual.

If you have any insight on why this would happening, i'd appreciate it!!

Also, I basically built my own web browser, how would I go about allowing users to save their user/password, for example for the e-mail link (I have other links to school related websites where it would be nice for it to save your user/pass).

Thanks!


回答1:


MobileSafari (and UIWebView) don't support contenteditable, only normal inputs and textareas



来源:https://stackoverflow.com/questions/5280218/uiwebview-doesnt-detect-text-box-on-website

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!