My local image displays perfectly on the browser, but doesn't show up on my android device. Here's the code:
<center><img class="image-full" width="200" src="../img/logo.png"></center>
The image appears fine on my computer, but is not found on my android device.
However, if I change the image source to an online link like this (for example) "", then it shows up correctly on both the browser and mobile.
Why does this happen?
Here are the links to index.html, login.html, and app.js for reference:
index.html : http://pastebin.com/GEjS7Q54
login.html : http://pastebin.com/k5GXxfLS
app.js : http://pastebin.com/nLz6UFmD