0
Fixed
Web preview of php files doesn't interpret html part
Textastic can't run php code on the iPad, but the html part should be interpretet in the web preview. Instead, the plain html tags are shown.
Answer
Answer
Fixed
Textastic now creates a file "file.php$$preview.html" so that the UIWebView interprets the file as html. It is deleted after the preview is loaded.
I tried various other ways to change the MIME type to "text/html", but then other things didn't work.
So the simple (but not so elegant) solution worked best.
I tried various other ways to change the MIME type to "text/html", but then other things didn't work.
So the simple (but not so elegant) solution worked best.
Customer support service by UserEcho
I tried various other ways to change the MIME type to "text/html", but then other things didn't work.
So the simple (but not so elegant) solution worked best.