Page 3 of 4
Image with href
Posted: Wed Dec 03, 2014 12:20 am
by Jairo Esau Romano Rodriguez
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
Image with href
Posted: Wed Dec 03, 2014 10:40 pm
by Yurii Orishchuk
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.
Image with href
Posted: Fri Dec 05, 2014 12:37 am
by Jairo Esau Romano Rodriguez
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
Image with href
Posted: Fri Dec 05, 2014 2:50 am
by Yurii Orishchuk
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.
Image with href
Posted: Sat Dec 06, 2014 1:14 am
by Jairo Esau Romano Rodriguez
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
Image with href
Posted: Mon Dec 08, 2014 3:58 pm
by Alena Prykhodko
Hello Jairo,
Have you solved this? Do you need Support assistance?
Image with href
Posted: Tue Dec 09, 2014 1:34 am
by Jairo Esau Romano Rodriguez
.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;
}
Image with href
Posted: Tue Dec 09, 2014 1:34 am
by Jairo Esau Romano Rodriguez
we had to make css magic instead
Image with href
Posted: Tue Dec 09, 2014 5:26 am
by Yurii Orishchuk
Hi Jairo,
Thanks for this sharing.
Regards.
Image with href
Posted: Tue Dec 09, 2014 5:49 am
by Jairo Esau Romano Rodriguez
Yurri, this solves my problem but, i think is something you should check, don't you?