iPhone 设计模式支持
有人知道 iPhone 和 iPod touch 上的 Safari 在设计模式下是否支持 iFrame,如果支持,我该如何启用它? 我尝试过以下方法,但没有任何效果(但它在我的电脑上有效):
theIframe.contentWindow.document.body.contentEditable = true;
theIframe.contentWindow.document.designMode = 'on';
theIframe.contentDocument.designMode = "on";
谢谢!
Anyone knows if Safari on the iPhone and iPod touch supports iFrame in design mode and if so, how I can enable it? I have tried following ways, but none work (but it works on my PC):
theIframe.contentWindow.document.body.contentEditable = true;
theIframe.contentWindow.document.designMode = 'on';
theIframe.contentDocument.designMode = "on";
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论