Ionic 2 Content

Anyone missing features from Ionic 2 beta?

I can’t find a way to disable scroll and bounce in ion-content.

Any ideas?

Thanks!

2 Likes

Yea, same here!

Like in this question you can hijack the browser with this:

::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
}

Or using it with class, but yea… the ionic team need to add this important option!

1 Like

Hey, thanks!

That did work for me! (Y)

This only hides the scrollbar, but doesn’t disable scrolling