I saw multiple solutions how to access a file in the www folder but no solution works for me. I test the application under iOS with the iOS-simulator. I want to access
I load my language files with ajax like this...
$.get( "test.txt", function( data ) { console.log( "Load was performed.", data ); });
I think for your solution you have to add read access to your app --> config.xml