Page 1 of 1

Does anyone have a way to scroll right/left?

Posted: Sun Nov 11, 2012 8:20 am
by meyrett

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.?


Does anyone have a way to scroll right/left?

Posted: Mon Nov 12, 2012 12:40 am
by maxkatz

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?


Does anyone have a way to scroll right/left?

Posted: Mon Nov 12, 2012 1:20 am
by meyrett

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


Does anyone have a way to scroll right/left?

Posted: Mon Nov 12, 2012 11:42 am
by Maryna Brodina

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


Does anyone have a way to scroll right/left?

Posted: Mon Apr 08, 2013 6:43 pm
by Decker Onken

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.


Does anyone have a way to scroll right/left?

Posted: Mon Apr 08, 2013 6:49 pm
by Kateryna Grynko

Hi,

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


Does anyone have a way to scroll right/left?

Posted: Mon Apr 08, 2013 7:53 pm
by Decker Onken

Thank you!