Skip to main content
Inspiring
December 9, 2011
Question

stagewebview and scrollbars

  • December 9, 2011
  • 2 replies
  • 3727 views

Hi I couldn't find the awnser on this point that have been discussed here :

HOW to hide scrollbar from the stagewebview or make it disapeer ?

Thanks

This topic has been closed for replies.

2 replies

Inspiring
December 12, 2011

You can use the CSS property "overflow" to hide scrollbars.

Chris W. Griffith
Community Expert
Community Expert
December 9, 2011

If you control the content that is displayed in the SWV, then you will need to adjust the viewport metatag (Android documentation) to handle the autoscaling that occurs. If you content does exceed the viewport, then you are going to have scrollbars.

I wrote a blog post about it here: http://chrisgriffith.wordpress.com/2011/12/02/understanding-stagewebview-and-the-viewport-tag/

Chris

Inspiring
December 10, 2011

Thank chirs I will make some experiment about this