Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't record very large view inside ScrollView #316

Open
mecoFarid opened this issue Jul 15, 2022 · 0 comments
Open

Can't record very large view inside ScrollView #316

mecoFarid opened this issue Jul 15, 2022 · 0 comments

Comments

@mecoFarid
Copy link

Expected behaviour

We should be able to capture large views even if parts of it is outside bounds of the window. E.g. views inside ScrollView

Actual behaviour

Library captures only what is shown on the window and discards the rest of the view that is is outside the window

Steps to reproduce

Add multiple view(s) inside ScrollView until part of the ScrollVIew is placed outside the window then run the screenshot recorder task.

Version of the library

5.14.1

We can resolve the issue by providing viewHeight to compareScreenshot() method but that is not an actual solution. Problem is you will get this issue (#68) if provided dimension passes the limits set by library.

I can't really find any proper workaround for this problem, this is a major problem given you test your device in different resolutions and wonder why almost no care is given for such a big blocker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant