Replies: 1 comment
-
this issue has been fixed now thanks to @Nodonisko :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to create screen overlay that is displayed when the user puts the app in the background. This overlay is blurred screenshot of the current app screen layout. Everything works fine, I've just a little problem with Android. If the screen contains a ScrollView and the
makeImageFromView
makes a screenshot of such a screen, on Android it always captures the top of the ScrollView, even though it is scrolled. Is there any way how to fix this behavior?On iOS it works just fine. If I scroll the view and take the screenshot, it captures the currently visible part of the scroll view.
Will be glad for any tip 🙏.
Beta Was this translation helpful? Give feedback.
All reactions