Your comments
Interesting. Can you tell me the exact steps that are needed to reproduce the issue?
Thanks you! I thought that was the problem, I just wanted to make sure :)
I just found this issue in my todo list and wanted to fix it, but the screenshots seem to be gone. Do you still have the screenshots?
This should be fixed in the next update.
The next version of Textastic will allow cut and paste even when the keyboard is not up.
"document.writeln" only creates line breaks in the source code. The browser translates line breaks to spaces if it is not within a <pre> tag. I guess that's the reason why you don't see the line breaks in the browser window. Try to use document.writeln to write contents inside a <pre> tag and you should see line breaks.
You need to add a <br/> tag if you want to see line breaks in the interpreted code.
Also have a look at the answers to these Stackoverflow questions:
http://stackoverflow.com/questions/10247207/why-writeln-not-producing-a-new-line
http://stackoverflow.com/questions/5795843/document-writeln-doesnt-write-to-a-new-line
Do you know that you can tap on the action button and then on "Copy generated HTML" to copy the html code?
Customer support service by UserEcho
I found this in Apple's docs:
Currently, Textastic does not specify this entitlement. Since it is a sandboxed app, executable files are quarantined by the Mac OS X sandbox when Textastic saves them.
I will add this entitlement in the next update.