redirection from rails doesn't work on Windows
Hi,
In my tiapp.xml, I set the url to the url of a web application wrote in ruby on rails, which returns a list of items.
If I click on one of these items, it have to redirect to my index.html file in my titanium app.
redirect_to "app://index.html"
Everything is good on Mac OSX. But it doesn't on Windows, without any waring or error. Is anyone have the same problem?
edit : I want to do the same thing as this but the solution doesn't work…