1

I implemented a drawer in my steroids application with similar styles as google+ drawer. However, I have several links on it, and when my device is in landscape mode I'm unable to see all the links, and I can't scroll the drawer.

I want to be able to scroll the drawer vertically as a normal webview, just like google+ drawer does.

Is that possible?

Can I embed a webview inside another?

Landscape screenshot

Ilia Choly
  • 18,070
  • 14
  • 92
  • 160

1 Answers1

2

I managed to fix this by adding heigh=device-height to the content meta tag. And I added overflow-x=hidden to just allow vertical scrolling.

Ilia Choly
  • 18,070
  • 14
  • 92
  • 160