UIWebView在网站上未检测到文本框 [英] UIWebView doesn't detect text box on website

查看:69
本文介绍了UIWebView在网站上未检测到文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个UIWebview可以加载我学校的电子邮件网站.登录后,您可以毫无问题地查看和阅读邮件,但是,如果您要撰写电子邮件或回复电子邮件,则无法触摸消息文本框内的内容来编写电子邮件.

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.

我认为学校实际使用的电子邮件客户端存在问题,但是当我转到Safari上的网站时,我可以在消息框中触摸并像往常一样编写电子邮件.

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!!

此外,我基本上构建了自己的Web浏览器,该如何允许用户保存其用户名/密码,例如用于电子邮件链接(我还有其他指向学校相关网站的链接,可能会很适合来保存您的用户/密码).

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).

谢谢!

推荐答案

MobileSafari(和UIWebView)不支持 contenteditable ,只有普通的input s和textarea s

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

这篇关于UIWebView在网站上未检测到文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆