This PR adds support for this kind of scaling and creates screenshots like the folllowing:
Unfortunately there seems to be bug in iOS that affects the scaling while we scroll and capture screenshots, so that we get the following screenshot. There's nothing we can do about it.
iOS scales the page when website's width is bigger than the screen width. This happens for example for webpages like the desktop version of github.
https://github.com/zinserjan/wdio-screenshot
This PR adds support for this kind of scaling and creates screenshots like the folllowing:
Unfortunately there seems to be bug in iOS that affects the scaling while we scroll and capture screenshots, so that we get the following screenshot. There's nothing we can do about it.