Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Carousel - image gallery sluggish or flashy on actual display

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)

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Carousel - image gallery sluggish or flashy on actual display

3) the carousel flashes in a strange way, while swiping yes, it flashes, I've reproduced it. I'll report about this ussue.

themac
Posts: 0
Joined: Fri Mar 08, 2013 9:36 pm

Carousel - image gallery sluggish or flashy on actual display

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

themac
Posts: 0
Joined: Fri Mar 08, 2013 9:36 pm

Carousel - image gallery sluggish or flashy on actual display

Hi, any news on issues ? thanks.

Victor

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Carousel - image gallery sluggish or flashy on actual display

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.

themac
Posts: 0
Joined: Fri Mar 08, 2013 9:36 pm

Carousel - image gallery sluggish or flashy on actual display

yes, ok, i'll wait, thanks !

Victor

Jacopo Cappelli
Posts: 0
Joined: Wed Mar 13, 2013 2:41 pm

Carousel - image gallery sluggish or flashy on actual display

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Carousel - image gallery sluggish or flashy on actual display

Hello! Sorry, not sure I understand you. Could you clarify please? Are you trying to add Carousel component with images inside?

Jacopo Cappelli
Posts: 0
Joined: Wed Mar 13, 2013 2:41 pm

Carousel - image gallery sluggish or flashy on actual display

Yes. Because i thought that is the right way.
What i need to do for have a page with image gallery?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Carousel - image gallery sluggish or flashy on actual display

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.

Return to “Issues”