I am using the StageWebView
Class to show html pages inside my iOS app. Everything is working fine except for the scrolling. It allowing the end-user to scroll the entire webview and is showing an unsightly gray background after reaching the end of the pages content.
My question is: Is there a way to disable the scrolling past the content of the page?
StageWebView Scrolling - iOS AIR
1.1k Views Asked by user1549489 At
2
I don't think there's a way to do what. The
StageWebView
uses the iOS default browser which implements this feature (with a different background color, the behavior is the same though).