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)
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)
3) the carousel flashes in a strange way, while swiping yes, it flashes, I've reproduced it. I'll report about this ussue.
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
Hi, any news on issues ? thanks.
Victor
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.
yes, ok, i'll wait, thanks !
Victor
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
Hello! Sorry, not sure I understand you. Could you clarify please? Are you trying to add Carousel component with images inside?
Yes. Because i thought that is the right way.
What i need to do for have a page with image gallery?
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.