Page 2 of 5
Carousel - image gallery sluggish or flashy on actual display
Posted: Tue Mar 12, 2013 6:49 am
by Maryna Brodina
Hi,
2) On splash screen i, sometime, have to tap more than once could you try vclick event instead of click?
It works for me after first click on the bottom of the first screen (with Click event)
Carousel - image gallery sluggish or flashy on actual display
Posted: Tue Mar 12, 2013 9:53 am
by Maryna Brodina
3) the carousel flashes in a strange way, while swiping yes, it flashes, I've reproduced it. I'll report about this ussue.
Carousel - image gallery sluggish or flashy on actual display
Posted: Tue Mar 12, 2013 10:00 am
by themac
2) Maybe the problem is the image didn't finished loading. I'll try again on real device after having rosolved issue #1. Thanks for investigating n.3
Victor
Carousel - image gallery sluggish or flashy on actual display
Posted: Wed Mar 13, 2013 11:46 am
by themac
Hi, any news on issues ? thanks.
Victor
Carousel - image gallery sluggish or flashy on actual display
Posted: Wed Mar 13, 2013 11:51 am
by Maryna Brodina
Hello! Do you mean 3rd issue (problem with Carousel) - I created bug in our bug tracking system, but unfortunately for now I can't tell expected date of fix.
Carousel - image gallery sluggish or flashy on actual display
Posted: Wed Mar 13, 2013 11:53 am
by themac
yes, ok, i'll wait, thanks !
Victor
Carousel - image gallery sluggish or flashy on actual display
Posted: Wed Mar 13, 2013 2:41 pm
by Jacopo Cappelli
I've a problem.
I need to make a page with a carousel, right?
After this i add this javascript on page load:
$('div[dsid="mobilecontainer"]').css('background-image','url("' + Tiggzi.getImagePath('alice1.jpg1363168746686') + '")');
$('div[dsid="mobilecontainer"]').css('background-size','cover');
$('div[dsid="mobilecontainer"]').css('background-position','center');
$('div[dsid="mobilecontainer"]').css('position', 'absolute');
But i need to add other three images, why do this?
Thanks,
Jacopo
Carousel - image gallery sluggish or flashy on actual display
Posted: Wed Mar 13, 2013 3:04 pm
by Maryna Brodina
Hello! Sorry, not sure I understand you. Could you clarify please? Are you trying to add Carousel component with images inside?
Carousel - image gallery sluggish or flashy on actual display
Posted: Wed Mar 13, 2013 4:27 pm
by Jacopo Cappelli
Yes. Because i thought that is the right way.
What i need to do for have a page with image gallery?
Carousel - image gallery sluggish or flashy on actual display
Posted: Wed Mar 13, 2013 8:12 pm
by Kateryna Grynko
Hi Jacopo,
You can also try using Swipe event.
Select the mobilescreen, go to Events tab, select Swipe event and Navigate to Page Action. But you'll be navigated to another page contains image.
There will be no changing images, just changing pages.
To stay on the same page, you can use JavaScript.