SwViewCapture
SwViewCapture copied to clipboard
Capture webview with horizontal and vertical overflow
Is it possible to capture webview with horizontal overflow?
SwViewCapture isn't support the feature now. It's hard to implement the feature because horizontal overflow usually implemented by css. Do you have any idea?
Yes, I managed to do that by temporary removing the css class during the swViewCapture execution and changing the algorithm to scan the columns per line. As soon as I have enough time I'm going to PR the solution
Awesome, SwViewCapture looking forward to your PR. @fontiana