That is not true sir, as you can se in my next image that is not correct
in the next one the address in the left downside refers to the image that you can see correctly inserted into de src.
and i did it with this code i execute on success
Hi Jairo,
Please specify steps to reproduce this problem in your app.
Currently i see only one page with images and when click on this image - it navigates to other page where service get empty array response..
http://prntscr.com/5cy9zi/direct
Regards.
YOU ARE PROBABLY CLICKING ON THE FIRST 3 IMAGES WICH DOES NOT HAVE ANY CONTENT
1 scroll to get to the bottom image you will see the picture as in image 1
2 click the bottom image
3 wait until the next array charges you will be in image 2, as you can se the "link" has the url to wich i want to go
there you can click anyone and will not navigate to the url of the image wich is what i want, because href its not defined, never the less src is defined as the url i wanted and in the same way i did to load the url in the href as in image 3
Hi Jairo,
Thanks, this time i've been able to reproduce this problem in your app.
You have modified source files for this "ok_clone_1" page.
Details: http://prntscr.com/5dcjqk/direct
Thus all changes to the builder could not be reflected to real page.
See more here: http://devcenter.appery.io/tutorials/...
http://prntscr.com/5dckm5/direct
Regards.
Yurii: That is correct i made the app again and the href is set properly never the less nothing happen when you click on the image but it does what i want if i click the link
Hello Jairo,
Have you solved this? Do you need Support assistance?
.laimagen{
position:absolute;
left:0;
top:0;
}
.bloque{
z-index:100;
height:90%;
width:90%;
position:absolute;
color:white;
font-weight:bold;
left:5px;
top:10px;
display:block;
text-indent:-9999px;
line-height: 0;
font-size: 0;
}
we had to make css magic instead
Hi Jairo,
Thanks for this sharing.
Regards.
Yurri, this solves my problem but, i think is something you should check, don't you?