Evaluating Tabris developed by eclipsesource, I could create a simple application browsing some filestructure from a backend. Now I would like to know how it is possible to open/show a file's content. On the serverside I created a service handler for the download. But opening a shell containing a browser widget with the URL to this service just does nothing but show a blank page. If I use "http://www.google.de" as URL then the browser shows this site.
Any ideas?