Images not displayed on android with cordova wrapper
-
Hello,
Images with path ‘/statics/my-image.jpg’ is not displayed on android.
Images with relative path to component ‘./my-other-image.jpg’ works well.No issue in browser.
Any idea why images are missing on android with path to statics folder ?
-
Webpack stuff. Configure your
publicPath
(in/config/index.js
) correctly. Also read this top-bottom: http://quasar-framework.org/guide/app-handling-static-assets.html