Your comments
Ah, ok, I see. Thanks for the video, I'll try to fix the issue.
Hello,
you can already add CSS to your HTML pages using either <style> tags or external stylesheets using <link> tags.
you can already add CSS to your HTML pages using either <style> tags or external stylesheets using <link> tags.
Hello,
thanks for your bug report. Unfortunately, I can't reproduce it on my device.
Can you maybe create a small video that demonstrates the issue? Does it still happen on iOS 7.1 which was published today?
thanks for your bug report. Unfortunately, I can't reproduce it on my device.
Can you maybe create a small video that demonstrates the issue? Does it still happen on iOS 7.1 which was published today?
Textastic only loads language grammars and some preferences from TextMate bundles.
Commands are ignored, since most of them would require a shell environment and/or additional binaries which is not supported on iOS.
Commands are ignored, since most of them would require a shell environment and/or additional binaries which is not supported on iOS.
Thanks. I guess it's the same issue.
Customer support service by UserEcho
the snippets are in JSON format.
JSON is pretty liberal regarding string escapes: The only characters you must escape are '\', '"', and control codes (anything less than U+0020).
So you can just use the $ symbol as is in a JSON string.