Everything that I try not works, only images online works.
My code is this:
config: {
items: [
{
items: [
{
xtype: 'panel',
html: '<img class="logo" src="http://localhost:2606/app/view/res/img/TopLifeRank.png" /><div class="barraSeparacao"></div>'
}
]
}
]
}
This way work’s on my pc, but if I try something like this don’t works:
config: {
items: [
{
items: [
{
xtype: 'panel',
html: '<img class="logo" src="../res/img/TopLifeRank.png" /><div class="barraSeparacao"></div>'
}
]
}
]
}
Someone has a idea how use local images ??
Thanks….
This works for me:
My folder structure for the Android-based project is this:
That’s part of a sample application for Android and iOS.