Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPad compatible HTML Wysiwyg editor [closed]

Are there any iPad compatible wysiwyg HTML editors?

Edit: What I'm looking for is something that would work on a web app, not a native iPad app.

like image 315
vassilis Avatar asked Feb 16 '11 23:02

vassilis


People also ask

Can you edit HTML on iPad?

Can developers write code on an iPad, as an alternative to using their desktop or notebook? Sure they can – as long as they are equipped with a programmer's editor that lets them work with HTML or with their favorite programming language. There's no shortage of simple text editors and Word-like apps for the iPad.

Can you write HTML and CSS on iPad?

If there's a particular feature you're looking for from an iPad HTML editor, there's a good chance Textastic will have it. With syntax highlighting for 80+ languages, code completion for HTML, CSS, PHP, and Javascript, and an extra row of keys with relevant characters, entering code is fast and accurate.

What editor app for iPad and iPhone helps you write HTML code?

Koder is a code editor for iPad and iPhone. It does have many features including syntax highlighting, snippet manager, tabbed editing, find and replace code, editor theme, remote and local files connections, and many more.


1 Answers

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

like image 58
AlfonsoML Avatar answered Nov 13 '22 07:11

AlfonsoML