We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
我认为 GDocs 编辑器可能有用,但请记住,几乎没有这样的编辑器,他们自己管理一切。
其余编辑器尝试使用 contentEditable,Apple 本身警告不要在 iPad 上使用它: http://developer.apple.com/library/ios/technotes/tn2010/tn2262/#//apple_ref/doc/uid/DTS40009577-CH1-DontLinkElementID_7
I think that the GDocs editor might work, but keep in mind that there's almost no editor like that, they are managing everything by themselves.
The rest of editors try to use contentEditable, and Apple itself warns against using it with the iPad: http://developer.apple.com/library/ios/technotes/tn2010/tn2262/#//apple_ref/doc/uid/DTS40009577-CH1-DontLinkElementID_7
我建议您使用 NicEditor ,它可以选择使用内容可编辑的 div 而不是 iframe(在 ipad 中存在一些问题)
I would advise you to use NicEditor which has an option of using content editable divs rather than iframe(has some issues in ipad)
我不知道,但我认为您想要的是编辑网络应用程序的代码。如果是的话,因为网络应用程序本质上是一个网页,您可以使用任何文本编辑器,我个人喜欢 iPad 版的 Gusto - http://itunes.apple.com/us/app/gusto/id364906873?mt=8。
或者您正在寻找一个 HTML 编辑器,它本身就是一个网络应用程序。在这种情况下,抱歉我什么都不知道。
I don't know but think that what you are after is something to edit the code of a web app. If it is then since the web app is essentially a web page you could use any text editor, I personally like Gusto for the iPad- http://itunes.apple.com/us/app/gusto/id364906873?mt=8.
Either that or you are looking for a HTML editor which is a web app itself. In that case, sorry I don't know of any.
我确信可能存在一些。我没有任何经验,但请查看以下链接:
iPad HTML 编辑器 - http://itunes.apple.com/us/app/kytekhtmleditor/id349354394?mt=8
iPad 版 SquareSpace - http://mashable.com/2010/12/21/squarespace- ipad/
查看以下 Web (html) Wysiwyg 编辑器。:
Dreamweaver
Flux(仅限 Mac)
创意套件
Expression Web/Studio
有相当多可用的所见即所得编辑器,有些甚至是免费的。然而,“免费”并不总是最好的,因为代码编译可能不是最佳的并且缺乏重要的功能。
希望有帮助!
I am sure there may be a few that exist. I have not had any experience with either but take a look at the below links:
iPad HTML Editor - http://itunes.apple.com/us/app/kytekhtmleditor/id349354394?mt=8
SquareSpace for iPad - http://mashable.com/2010/12/21/squarespace-ipad/
Check out the following Web (html) Wysiwyg Editors.:
Dreamweaver
Flux (Mac only)
Creative Suite
Expression Web/Studio
There are a quite few available WYSIWYG editors and some are even free. However, 'free' is not always best as the code compilation may not be optimal and important features are lacking.
Hope that helps!
我也在找这个,没找到所以自己编码了。
iPad 基于网页的代码编辑器(带有额外符号键盘)
它是一个基于网络的代码编辑器,允许您输入编程时使用的所有符号和字符(括号、等号、制表符、引号...)。目前还处于非常早期的阶段,因此您需要复制/粘贴代码、编辑、再次复制/粘贴到其他地方(Dropbox、FTP 客户端)。
您可能还想查看 CodeAnywhere,他们有一个本机应用程序和一个网络应用程序。
I was also looking for this too and couldn't find it so I coded it myself.
iPad web based Code Editor (with extra symbols keyboard)
It is a web-based code editor that allows you to type in all the symbols and characters used when programming (brackets, equal sign, tab, quotes...). It is currently in a very early stage so you will need to copy/paste the code, edit, copy/paste again somewhere else (Dropbox, FTP client).
You may also want to check out CodeAnywhere, they have a native app AND also a web-app.
我在我开发的网络应用程序中遇到了类似的问题,该应用程序在 iPad/iPhone 上运行时不允许进行所见即所得编辑。我使用的所见即所得组件是 Telerik 的 RadEditor(顺便说一句,这是一个很棒的产品),Telerik 已在 http://www.telerik.com/support/kb/aspnet-ajax/editor/support-for-iphone-ipad-browser。 .aspx.目前看来,苹果已经选择锁定 iPad/iPhone 上的 Safari,使这些富文本编辑器无法工作。我还没有看到替代解决方案(除了允许 iPad/IPhone 用户在普通文本框中输入内容之外),但我会密切关注。
I've experienced a similar issue in a web app I've developed that does not allow wysiwyg editing when run on an IPad/IPhone. The wysiwyg component I use is Telerik's RadEditor (a terrific product, btw), and Telerik has posted a KB page regarding this issue at http://www.telerik.com/support/kb/aspnet-ajax/editor/support-for-iphone-ipad-browser.aspx. It seems, at this point, that Apple has chosen to lock down Safari on the IPad/IPhone in such a way that these rich text editors do not work. I haven't yet seen an alternative solution to this (other than allowing IPad/IPhone users to enter their content in a plain ol' textbox) but am keeping my ear to the ground.