Scroll Constraints (getting rid of them)

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rrBUSS9EE
Posts: 98
Joined: Wed May 02, 2012 3:46 pm

Scroll Constraints (getting rid of them)

Post by rrBUSS9EE » Fri May 11, 2012 10:17 pm

Hey All,

Within a browser control, I am wondering if there is a property or other setting to defeat the scrolling constraint. Specifically, I don't want the user to be limited to vertical scrolling if he starts out to scroll vertically. I would like both axes available regardless of the initial scroll direction.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Scroll Constraints (getting rid of them)

Post by Mark » Sun May 13, 2012 5:40 pm

Hi,

I think that's a CSS/JavaScript/Safari thing, not a LiveCode thing. What happens if you drag diagonally first? Does that allow you to move the page in all directions?

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

rrBUSS9EE
Posts: 98
Joined: Wed May 02, 2012 3:46 pm

Re: Scroll Constraints (getting rid of them)

Post by rrBUSS9EE » Sun May 13, 2012 5:59 pm

There is no CSS or JS involved. I am loading a PDF directly into the browser control.

Post Reply