0

jquery not working

Joy Rabor 12 years ago in iPad updated by Alexander Blach (Developer) 12 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 14 years ago updated by Alexander Blach (Developer) 14 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 15 years ago updated by Alexander Blach (Developer) 15 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 14 years ago updated by Alexander Blach (Developer) 14 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.
0
Not a bug

When reading email attachments, make make textastic the default text editor.

Gustavo Zapata 15 years ago updated by Alexander Blach (Developer) 15 years ago 0
When reading email attachments, make textastic the default text editor.
Answer
Sorry, but the order is determined by iOS, so unfortunately, this is not possible. (At least I'm not aware of it).
0
Fixed

Keyboard error / wrong keyboard layout

CARVER damien 15 years ago updated by Alexander Blach (Developer) 15 years ago 3
Hi, i have a French keyboard i think there's a bug with the ; key it produces ' but shift+; makes : correctly
Answer
You need to select the correct virtual on-screen keyboard layout corresponding to the connected hardware keyboard. (see comments)
0
Under review

transfer connections-settings

Ueli Schläpfer 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 1
It would be very, very comfortable to transfer connections-settings from one portable device to another!
0
Under review

Linking HTML and CSS files

BWhell 12 years ago in iPad updated by Alexander Blach (Developer) 11 months ago 5

Hi,


I can't seem to get my HTML and CSS files to work together. They work fine in dreamweaver. I can't find much support on the subject. Please help.


<!DOCTYPE html>

<html>

<head>

<rel="stylesheet" type="text/css" link href="style.css">

​<meta charset="utf 8">

   <html lang="en">

​<title>Doctors Abroad SA</title>

</head>


.......


@charset "utf-8";

/* CSS Document */

 

/* Default Style */

 

header {

​height: 150px;

​background-color:#333;

​margin-bottom: none;

}