I have an app with a UIWebView that loads different HTML files depending on the preferred language.
I added several folders in the bundle with folder references named en, fr etc.
In each folder I have an index.html with a button in it which when pressed loads another foo.html.
The point is that the name index.html and foo.html in every folder are the same. And I don't know how to reach the needed index.html from the bundle with folder reference and then web view gets confused with what foo.html to open and the button doesn't work. All HTML files work fine when testing in Safari from server.