-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
ScrollView sometimes doesn't get back to it's default position. #311
Comments
+1 |
1 similar comment
+1 |
@landsv @xgoo either provide constructive feedback or avoid meaningless +1, GH reactions were implemented for a reason. |
@heruvilius |
@andreamazz "Sometimes it works and sometimes it doesn't?" - yes, that's exactly what is happening. |
Exactly |
@andreamazz the problem still persists. Maybe the issue is my view hierarchy? I shall describe it again.
|
Looks like |
Where did you reset the insets? |
@andreamazz same with #238 ? |
Hello.
Am am using this framework with
WKWebView
to minimizeNavigation Bar
when scrolling downwards. I am facing a problem whenNavigation Bar
has its full height, but my web view is offset as if the bar has its small height.Here is the video, where everything works fine.
And here is the video, where the behaviour is undesired.
To use the framework I've added the following lines into
View Controller
that managesWKWebView
:webView
is aUIView
that hasWKWebView
instance inside its view hierarchy, as well as some other views. It'sscrollView
property simply returnsWKWebView
instance'sscrollView
property.The text was updated successfully, but these errors were encountered: