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.
我在让 TinyMCE 在 iPad 上具有固定高度时遇到了重大问题。我尝试在容器 div 上设置固定高度,我尝试通过 CSS 设置它,我尝试在 init 函数中定义它。
任何帮助是极大的赞赏!
Tinymce 使用 iframe 来编辑内容。这里的问题是在 iPad/ios safari iframe 上没有滚动条。相反,safari 会在每次需要时放大 iframe,这样就不需要滚动条了。这就是为什么在 iOS-Safari 上设置固定高度不起作用的原因。