Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我有一个 contentEditable UIWebView。当我使用 copy: 然后 paste: 函数并检查生成的 html 时,我看到粘贴代码被插入到改变页面外观的“字体标签”中。
例如:我复制了一个带有一些文本的 h1 标签,当我粘贴它并检查 html 时,我看到这个 h1 标签被插入到使用“Times”的“font”标签中,并且它被调整为“3”。
我检查了 UIPasteboard,但里面的代码是正确的。
我该如何解决我的问题?拜托,这很重要。
干杯
这是UIWebView. _ 如果您的contenteditable元素没有font-size指定样式,则内容将正确粘贴。
UIWebView
contenteditable
font-size