AppGyver steroids app - How to add scrolling to a Drawer

264 Views Asked by At

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

1

There are 1 best solutions below

0
On

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.