meyrett
Posts: 0
Joined: Sun Mar 25, 2012 10:31 pm

Does anyone have a way to scroll right/left?

I have been trying to be creative in order to put a large image on the screen. in essence I want the image to be larger than the phone screensize thus requiring scrolling up-down-left-right. I have enabled cuetom size of the page and enlarged the image to 750x750. This works fine when scrolling up or down but the image is too large horizontally and there's no way to scroll left or right. Does anyone have a solution to this.?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Does anyone have a way to scroll right/left?

I think in general left/right scrolling should be automatically enabled when the page is too big. Where and how have you been testing the app?

meyrett
Posts: 0
Joined: Sun Mar 25, 2012 10:31 pm

Does anyone have a way to scroll right/left?

I have tested by putting it on google play and using on multiple phones.
It doesnt seem to work on any phone.
Perhaps Im doing something wrong
I just sent you an email at support@tiggzi.com

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

Does anyone have a way to scroll right/left?

Hello! Please try to put image inside the Panel component, on screen Load run Custom JS

Tiggzi('mobileimage11').css('width', '400px');
Tiggzi('mobileimage11').css('height', '400px');

You can set your own width and height

Uncheck Custom Size

Image

Decker Onken
Posts: 0
Joined: Wed Jan 16, 2013 2:31 am

Does anyone have a way to scroll right/left?

Marina,
When you say put image inside the Panel component, you mean drag the Image Component into the Panel component, correct? This is not working on my application.

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

Does anyone have a way to scroll right/left?

Hi,

Please, be sure Panel component has type = "div". Then you'll be able to place Image component there.

Return to “Issues”