Just wondering if anyone knows how to do this or if they know an app that has accomplished this.
The only idea that I have at this point is to draw the WebView in a custom NSScrollView and have the WebView grow in height to match the page contents in order to hide its scroller and use the NSScrollView to clip the WebView. This would be dirty and I would think there has to be a better approach to this.
The only idea that I have at this point is to draw the WebView in a custom NSScrollView and have the WebView grow in height to match the page contents in order to hide its scroller and use the NSScrollView to clip the WebView. This would be dirty and I would think there has to be a better approach to this.