Reading json file from local (for Android / iOS)

Yeah. You need different path for android.
Here…

var url = "";
if(ionic.Platform.isAndroid()){
    url = "/android_asset/www/";
}
5 Likes