-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
Tracking WebView is broken in iOS 17.4.x #629
Comments
Thank you for your report. I've confirmed this problem is occurring in sample app of the library. And then I found the gestures of the WKWebView has changed a bit. I'm trying to fix this problem now. |
I fixed this issue #630 and merged it to master branch. I will release it in v2.8.3 soon. Thanks. |
Thanks @scenee for your great project. |
@scenee Do you have an idea when the update will come out? Otherwise, is there a way to install it from master? |
I'm sorry for the delay, but I've released v2.8.3 now. Thank you for your help. |
Thank you! |
I am using Capacitor View Controller to display WebView within Floating Panel.
It all works fine, however, with the recent release of iOS 17.4.x the last line stopped working. It looks like
WebView.scrollView
behavior changed and FloatingPanelController can not properly track it anymore.Did anyone face a similar problem or have a possible solution?
The text was updated successfully, but these errors were encountered: