+3
Under review

CDN Support

Brad Hellyar 10 years ago in iPad updated by Alexander Blach (Developer) 10 years ago 5
It would be nice to have CDN support, so when I am using the CDN for bootstrap, jQuery, etc the content would display properly in preview mode.
Under review
This should already work. Can you show me the code you're using?
Using the link right off the bootstrap page

<!-- Latest compiled and minified CSS -->
link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
Fixed it. Looks like the app needs to see href="http://....." For it to work, can this be remedied? 
+1
For local preview, Textastic doesn't use http but its own preview protocol (urls internally start with "preview://"). So you need to specify the http protocol since it would otherwise try to load the URL using the preview:// protocol which is only for local files.

This is very similar to the "file://" protocol for local files in desktop browsers.