0

Sometimes even though I am connected to Dropbox it won't let me upload

Jack Blate 13 years ago in iPhone updated by Alexander Blach (Developer) 13 years ago 1
Some times even if I am connected to my Dropbox account and I can download files from my Dropbox to my iPhone I cannot upload files from my iPhone to my Dropbox the upload button stays dark?
0

JavaScript Not Working in Preview

Yumeji 12 years ago in iPad updated 12 years ago 4

While testing iOS editors like Textastic and Koder on the iPad, I noticed that the preview screens never executed my javascript (HTML and CSS were fine). Using the following code as a test:


index.html:


<html>

  <head>
      <title></title>
      <!—for iPad and Komodo—>
      <link href="style.css" rel="stylesheet">
      <script src="script.js"></script>
  </head>
  <body>

        This text will be replaced by Javascript.

  </body>
</html>


script.js:


alert("alert");
document.getElementById("output").innerHTML = "test";


However, when I ran the above code in jsFiddle on the iPad or in Komodo, it seemed to work fine.


0
Under review

Menlo included in iOS now

Steven Lu 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 1
I am a big fan of this font on OS X and since iOS includes it now, it should be just as easy to add to Textastic as Courier.
0
Under review

empty line in the end after ftp downloading

bgrvfecdwsxa 13 years ago updated by Alexander Blach (Developer) 13 years ago 0
when i download a file, textastic creates a new empty line in the end of the file. bug occurs with php,html,js,css maybe with other file types.
0

jquery not working

Joy Rabor 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1
My jQuery form validation not working in textastic.  It works on a PC but when I try to run the program on my iPad through textastic app, these functionalities do not work.  All my form validation does not exist at all in this app.  I'm using HTML5, javascript, jquery.  This is a great app but is useless without being to test out my form validations on the go.  Any help would be greatly appreciated.
0

No highlighting PHP

Allen Gwinn 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
When selecting PHP as content type, there is no highlighting.
0

Debug log should obfuscate passwords

JohnnyChoudhuryLucas 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
Although the configuration screens star out passwords they are recorded in plain text in the debug log.
This is obviously bad!
Please correct so debug logs can safely be used for problem diagnosis.
0
Fixed

Autosuggest won't take no for an answer

Noel Rappin 14 years ago updated by Alexander Blach (Developer) 14 years ago 2
I've had something like this happen a few times:

* I type "its"
* The autocorrect wants to change it to "it's"
* I tap the [x] in the autocorrect popup to close the popup
* It makes the change anyway
* I retype my original text
* The autocorrect comes back
* Repeat
Answer
Fixed for Textastic 2.1.
0

custom symbols

Chris Lott 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
The symbols dropdown is useful for jumping around a document. It would be cool if we could define our own symbols using some kind of pattern matching or regexes so one could do things like have a symbol for footnote entries or blockquotes, etc.