Jason Cheek
Posts: 0
Joined: Sun Jan 12, 2014 8:00 am

Scroll to the bottom of a div

How can I scroll a div with a vertical scrollbar to the bottom?

The standard

code
Apperyio('item').scrollTop();
/code

doesn't seem to have an effect.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Scroll to the bottom of a div

Hi Jason,

You can use native DOM element "scrollIntoView" function.

pre

Apperyio("mobilebutton_311")[0].scrollIntoView()

/pre

More details: https://developer.mozilla.org/en-US/d...

Regards.

Jason Cheek
Posts: 0
Joined: Sun Jan 12, 2014 8:00 am

Scroll to the bottom of a div

That works perfectly! Thanks.

Is the underlying browser implementation used to render these apps on the phone Gecko based? Mozilla? Chrome?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Scroll to the bottom of a div

Hi Jason,

Yes, you can use it with these browsers.

Regards.

Return to “Issues”